mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user