mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: handle dispose
This commit is contained in:
@@ -48,6 +48,7 @@ class _BlackListPageState extends State<BlackListPage> {
|
||||
_blackListController.blackList.map<int>((e) => e.mid!).toList();
|
||||
localCache.put(LocalCacheKey.blackMidsList, blackMidsList);
|
||||
scrollController.removeListener(() {});
|
||||
scrollController.dispose();
|
||||
super.dispose();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user