mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-08 12:04:50 +08:00
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user