Răsfoiți Sursa

allow screenOrientation for ChatActivity

this was temporarily disabled as a workaround because of https://github.com/nextcloud/talk-android/issues/3146
So after screen rotation it could happen that chat was not updated.

Now that the issue is solved, portrait mode will be allowed again

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
Marcel Hibbe 1 an în urmă
părinte
comite
f324594b03
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  1. 0 1
      app/src/main/AndroidManifest.xml

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

@@ -215,7 +215,6 @@
 
 
         <activity
         <activity
             android:name=".chat.ChatActivity"
             android:name=".chat.ChatActivity"
-            android:screenOrientation="portrait"
             android:theme="@style/AppTheme" />
             android:theme="@style/AppTheme" />
 
 
         <activity
         <activity