mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: fullscreen triple
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -1132,7 +1132,7 @@ class PlPlayerController {
|
||||
}
|
||||
|
||||
/// 隐藏控制条
|
||||
void _hideTaskControls() {
|
||||
void hideTaskControls() {
|
||||
if (_timer != null) {
|
||||
_timer!.cancel();
|
||||
}
|
||||
@@ -1171,7 +1171,7 @@ class PlPlayerController {
|
||||
cancelSeek = null;
|
||||
hasToast = null;
|
||||
_isSliderMoving.value = false;
|
||||
_hideTaskControls();
|
||||
hideTaskControls();
|
||||
}
|
||||
|
||||
/// 音量
|
||||
@@ -1336,7 +1336,7 @@ class PlPlayerController {
|
||||
_showControls.value = visible;
|
||||
_timer?.cancel();
|
||||
if (visible) {
|
||||
_hideTaskControls();
|
||||
hideTaskControls();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user