* Revert "fix: #779"

This reverts commit ddf7d82656.

* refix #779
This commit is contained in:
My-Responsitories
2025-05-05 12:36:06 +08:00
committed by GitHub
parent e8147680e6
commit 0dfc4e15bd
3 changed files with 34 additions and 2 deletions

View File

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