mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-28 17:19:00 +03:00
allow rotating to reverse landscape in the player
This commit is contained in:
parent
97b8218645
commit
58c954e1c3
1 changed files with 1 additions and 1 deletions
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue