mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-21 08:38:37 +00:00
correct scrollable position when hiding top bar
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -25,6 +25,9 @@ class _HomePageState extends CommonPageState<HomePage>
|
||||
final _homeController = Get.putOrFind(HomeController.new);
|
||||
final _mainController = Get.find<MainController>();
|
||||
|
||||
@override
|
||||
bool get needsCorrection => _homeController.hideTopBar;
|
||||
|
||||
@override
|
||||
bool get wantKeepAlive => true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user