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

View File

@@ -443,7 +443,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 (param.isAutoRotate != true &&