Sfoglia il codice sorgente

temporarily allow only portrait for chat until MVVM is used

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
Marcel Hibbe 2 anni fa
parent
commit
da9edbce97
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      app/src/main/AndroidManifest.xml

+ 2 - 1
app/src/main/AndroidManifest.xml

@@ -220,7 +220,8 @@
 
         <activity
             android:name=".chat.ChatActivity"
-            android:theme="@style/AppTheme" />
+            android:theme="@style/AppTheme"
+            android:screenOrientation="portrait" />
 
         <receiver android:name=".receivers.PackageReplacedReceiver"
             android:exported="false">