mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-03 13:12:01 +00:00
temporarily allow only portrait for chat until MVVM is used
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
708beabe9d
commit
da9edbce97
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user