mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 19:49:33 +01:00
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:
parent
adf59e9c95
commit
f324594b03
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user