For example, if you switch to landscape mode from controls you can not flip (reverse-landscape) even if you have auto-rotate on.
|
Orientation.LANDSCAPE -> SCREEN_ORIENTATION_LANDSCAPE |
|
Orientation.PORTRAIT -> SCREEN_ORIENTATION_PORTRAIT |
Well, it works as intended but it should obey sensor.
For example, if you switch to landscape mode from controls you can not flip (reverse-landscape) even if you have auto-rotate on.
DriveStream/app/src/main/java/zechs/drive/stream/ui/player/utils/Orientation.kt
Lines 15 to 16 in f076b88
Well, it works as intended but it should obey sensor.