mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-28 12:08:40 +00:00
@@ -523,7 +523,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 (checkIsAutoRotate &&
|
if (checkIsAutoRotate &&
|
||||||
|
|||||||
Reference in New Issue
Block a user