opt: nav stream

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-09 18:22:09 +08:00
parent 783218429c
commit 497d31ddf7
3 changed files with 8 additions and 5 deletions

View File

@@ -28,7 +28,8 @@ class _MediaPageState extends CommonPageState<MediaPage, MediaController>
@override
void listener() {
if (_mainController.selectedIndex.value == 0) {
if (_mainController.navigationBars[0]['id'] != 2 &&
_mainController.selectedIndex.value == 0) {
return;
}
super.listener();