mirror of
https://github.com/nextcloud/talk-android
synced 2025-08-03 01:55:40 +01: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
|
<activity
|
||||||
android:name=".chat.ChatActivity"
|
android:name=".chat.ChatActivity"
|
||||||
android:theme="@style/AppTheme" />
|
android:theme="@style/AppTheme"
|
||||||
|
android:screenOrientation="portrait" />
|
||||||
|
|
||||||
<receiver android:name=".receivers.PackageReplacedReceiver"
|
<receiver android:name=".receivers.PackageReplacedReceiver"
|
||||||
android:exported="false">
|
android:exported="false">
|
||||||
|
Loading…
Reference in New Issue
Block a user