Lock story viewer orientation to portrait.

fork-5.53.8
Alex Hart 2022-05-04 16:58:55 -03:00
rodzic 1b1bbbab7a
commit 8261e21005
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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" />