Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-10-05 12:47:44 +08:00
parent 52373dc540
commit f93753ccfd
4 changed files with 17 additions and 24 deletions

View File

@@ -88,7 +88,9 @@ abstract class CommonDynPageState<T extends StatefulWidget> extends State<T>
@override
void dispose() {
scrollController.dispose();
scrollController
..removeListener(listener)
..dispose();
super.dispose();
}