[Android] Fix input not being in view for 5.1 - 7.0
This is still broken in Android 7.1.1+
This commit is contained in:
parent
5430672477
commit
8766946bec
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@
|
|||
|
||||
<activity android:name="org.diasurgical.devilutionx.DevilutionXSDLActivity"
|
||||
android:label="@string/app_name"
|
||||
android:windowSoftInputMode="adjustPan"
|
||||
android:alwaysRetainTaskState="true"
|
||||
android:launchMode="singleInstance"
|
||||
android:configChanges="layoutDirection|locale|orientation|uiMode|screenLayout|screenSize|smallestScreenSize|keyboard|keyboardHidden|navigation"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue