diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index e36bc8c2d..ed6061670 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -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">