Closes #1354

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-10-07 10:37:01 +08:00
parent 40e5e2f372
commit 44c7c44a27
4 changed files with 28 additions and 8 deletions

View File

@@ -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();