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

@@ -83,4 +83,10 @@ class SubController extends GetxController {
),
);
}
@override
void onClose() {
scrollController.dispose();
super.onClose();
}
}

View File

@@ -21,7 +21,6 @@ class _SubPageState extends State<SubPage> {
@override
void dispose() {
_subController.scrollController.removeListener(() {});
_subController.scrollController.dispose();
super.dispose();
}