Don’t allow rotation on login screen

This currenlty does not work properly and doesn’t make much sense anyway.
This commit is contained in:
Phillip Thelen 2020-01-10 13:17:50 +01:00
parent 9bac0372b5
commit 9739090b46

View file

@ -80,6 +80,7 @@
<activity
android:name=".ui.activities.LoginActivity"
android:label="@string/LoginActivityName"
android:screenOrientation="portrait"
android:windowSoftInputMode="adjustResize">
</activity>
<activity