mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-26 21:35:49 +08:00
opt onOrientationChanged
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -525,8 +525,9 @@ class PlPlayerController with BlockConfigMixin {
|
||||
}
|
||||
|
||||
void _onOrientationChanged(OrientationParams param) {
|
||||
_orientation = param.orientation;
|
||||
if (!visible) return;
|
||||
final orientation = _orientation = param.orientation;
|
||||
final orientation = param.orientation;
|
||||
final isFullScreen = this.isFullScreen.value;
|
||||
if (checkIsAutoRotate &&
|
||||
param.isAutoRotate != true &&
|
||||
|
||||
Reference in New Issue
Block a user