fixing modal & keyboard interaction on android

This commit is contained in:
João Ferreiro
2022-12-15 15:30:59 +00:00
committed by Paul Frazee
parent 70f4debc0b
commit 982f46376b
4 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
android:label="@string/app_name"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode"
android:launchMode="singleTask"
android:windowSoftInputMode="adjustResize"
android:windowSoftInputMode="adjustPan"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />