fix auto fullscreen

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-03-04 23:45:47 +08:00
parent cf103a09c1
commit b61a54bf9b

View File

@@ -1404,6 +1404,7 @@ class PlPlayerController with BlockConfigMixin {
return; return;
} }
fsProcessing = true; fsProcessing = true;
toggleFullScreen(status);
try { try {
mode ??= this.mode; mode ??= this.mode;
this.isManualFS = isManualFS; this.isManualFS = isManualFS;
@@ -1446,7 +1447,6 @@ class PlPlayerController with BlockConfigMixin {
} }
} }
} finally { } finally {
toggleFullScreen(status);
fsProcessing = false; fsProcessing = false;
} }
} }