mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-24 05:55:39 +03: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
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue