custom angle degree

Closes #2140

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-05-18 14:50:53 +08:00
parent 68e302b5d7
commit b04c3d878d
5 changed files with 38 additions and 3 deletions

View File

@@ -570,6 +570,7 @@ class PlPlayerController with BlockConfigMixin {
.onOrientationChanged(
useSensor: Platform.isAndroid,
checkIsAutoRotate: checkIsAutoRotate,
angleDegrees: Platform.isAndroid ? Pref.angleDegrees : null,
)
.listen(_onOrientationChanged);
}