mod: handle dispose

This commit is contained in:
bggRGjQaUbCoE
2024-08-29 17:45:41 +08:00
parent 536a2177c7
commit 33a4b408e1
43 changed files with 274 additions and 150 deletions

View File

@@ -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();
}