Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-05-26 11:23:17 +08:00
parent 3b68fe467d
commit 56756c5c85

View File

@@ -523,7 +523,7 @@ class PlPlayerController with BlockConfigMixin {
void _onOrientationChanged(OrientationParams param) {
_orientation = param.orientation;
if (!visible) return;
if (Platform.isIOS && !visible) return;
final orientation = param.orientation;
final isFullScreen = this.isFullScreen.value;
if (checkIsAutoRotate &&