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>
This commit is contained in:
Marcel Hibbe 2023-07-07 09:11:20 +02:00
parent adf59e9c95
commit 12662bd9d7
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

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