Lock story viewer orientation to portrait.

This commit is contained in:
Alex Hart
2022-05-04 16:58:55 -03:00
parent 1b1bbbab7a
commit 8261e21005

View File

@@ -403,6 +403,7 @@
<activity
android:name=".stories.viewer.StoryViewerActivity"
android:screenOrientation="portrait"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"
android:theme="@style/TextSecure.DarkNoActionBar.StoryViewer"
android:windowSoftInputMode="stateAlwaysHidden|adjustNothing" />