fix: anim to top

This commit is contained in:
bggRGjQaUbCoE
2024-09-12 19:45:49 +08:00
parent 4644d0265e
commit f7f20fb01c

View File

@@ -108,6 +108,9 @@ class _MainAppState extends State<MainApp> with SingleTickerProviderStateMixin {
canPop: false,
onPopInvokedWithResult: (bool didPop, Object? result) async {
_mainController.onBackPressed(context);
if (_dynamicController.flag) {
_dynamicController.flag = false;
}
},
child: Scaffold(
extendBody: true,