Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-11-22 18:50:07 +08:00
parent 64f66dd58f
commit 57b2f48c72
22 changed files with 134 additions and 88 deletions

View File

@@ -64,4 +64,10 @@ class RankController extends GetxController with GetTickerProviderStateMixin {
// });
// }
}
@override
void onClose() {
tabController.dispose();
super.onClose();
}
}

View File

@@ -23,12 +23,6 @@ class _RankPageState extends State<RankPage>
TabController(vsync: this, length: _rankController.tabs.length);
}
@override
void dispose() {
_rankController.tabController.dispose();
super.dispose();
}
@override
Widget build(BuildContext context) {
super.build(context);