Fix bug where keyboard would hide text boxes in incognito
This commit is contained in:
parent
984aa133ec
commit
f322c570c0
@ -130,7 +130,7 @@
|
||||
android:label="@string/app_name"
|
||||
android:launchMode="singleTask"
|
||||
android:theme="@style/Theme.DarkTheme"
|
||||
android:windowSoftInputMode="stateHidden">
|
||||
android:windowSoftInputMode="stateHidden|adjustResize">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.INCOGNITO"/>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user