mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-08 03:54:49 +08:00
@@ -443,7 +443,7 @@ class PlPlayerController with BlockConfigMixin {
|
|||||||
|
|
||||||
void _onOrientationChanged(OrientationParams param) {
|
void _onOrientationChanged(OrientationParams param) {
|
||||||
_orientation = param.orientation;
|
_orientation = param.orientation;
|
||||||
if (!visible) return;
|
if (Platform.isIOS && !visible) return;
|
||||||
final orientation = param.orientation;
|
final orientation = param.orientation;
|
||||||
final isFullScreen = this.isFullScreen.value;
|
final isFullScreen = this.isFullScreen.value;
|
||||||
if (param.isAutoRotate != true &&
|
if (param.isAutoRotate != true &&
|
||||||
|
|||||||
Reference in New Issue
Block a user