opt hide top/bottom bar

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-02-18 14:48:42 +08:00
parent a5efca4e1f
commit dfa258b9e6
13 changed files with 157 additions and 224 deletions

View File

@@ -45,21 +45,13 @@ class _MediaPageState extends CommonPageState<MinePage, MineController>
_mainController.selectedIndex.value == 0;
@override
bool onNotification(UserScrollNotification notification) {
bool onNotification(ScrollUpdateNotification notification) {
if (checkPage) {
return false;
}
return super.onNotification(notification);
}
@override
void listener() {
if (checkPage) {
return;
}
super.listener();
}
@override
Widget build(BuildContext context) {
super.build(context);