mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: nav stream
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user