mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56:32 +00:00
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:
parent
9bac0372b5
commit
9739090b46
1 changed files with 1 additions and 0 deletions
|
|
@ -80,6 +80,7 @@
|
|||
<activity
|
||||
android:name=".ui.activities.LoginActivity"
|
||||
android:label="@string/LoginActivityName"
|
||||
android:screenOrientation="portrait"
|
||||
android:windowSoftInputMode="adjustResize">
|
||||
</activity>
|
||||
<activity
|
||||
|
|
|
|||
Loading…
Reference in a new issue