Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-30 18:50:25 +08:00
parent 23813eb224
commit ddf7d82656
3 changed files with 2 additions and 31 deletions

View File

@@ -152,9 +152,9 @@ class _MainAppState extends State<MainApp>
});
} else {
if (currentPage is HomePage) {
_homeController.toTopOrRefresh();
_homeController.animateToTop();
} else if (currentPage is DynamicsPage) {
_dynamicController.toTopOrRefresh();
_dynamicController.animateToTop();
}
}
_lastSelectTime = now;