allow rotating to reverse landscape in the player

This commit is contained in:
jmir1 2021-05-27 16:12:50 +02:00
parent 97b8218645
commit 58c954e1c3

View file

@ -86,7 +86,7 @@
android:name=".ui.watcher.WatcherActivity"
android:theme="@style/Theme.AppCompat.Light.NoActionBar.FullScreen"
android:configChanges="keyboardHidden|orientation|screenSize"
android:screenOrientation="landscape"
android:screenOrientation="userLandscape"
android:launchMode="singleTask">
<intent-filter>
<action android:name="com.samsung.android.support.REMOTE_ACTION" />