mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
tweaks
Closes #1354 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -1526,6 +1526,7 @@ class PlPlayerController {
|
||||
Future<void> triggerFullScreen({
|
||||
bool status = true,
|
||||
bool inAppFullScreen = false,
|
||||
FullScreenMode? mode,
|
||||
}) async {
|
||||
if (isFullScreen.value == status) return;
|
||||
|
||||
@@ -1536,6 +1537,7 @@ class PlPlayerController {
|
||||
|
||||
toggleFullScreen(status);
|
||||
|
||||
mode ??= this.mode;
|
||||
if (status) {
|
||||
if (Utils.isMobile) {
|
||||
hideStatusBar();
|
||||
|
||||
Reference in New Issue
Block a user