mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
* Revert "fix: #779"
This reverts commit ddf7d82656.
* refix #779
This commit is contained in:
committed by
GitHub
parent
e8147680e6
commit
0dfc4e15bd
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user