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;
}
fsProcessing = true;
toggleFullScreen(status);
try {
mode ??= this.mode;
this.isManualFS = isManualFS;
@@ -1446,7 +1447,6 @@ class PlPlayerController with BlockConfigMixin {
}
}
} finally {
toggleFullScreen(status);
fsProcessing = false;
}
}