fix(ui): keyboard no longer auto-opens on launch — add stateHidden to windowSoftInputMode so reopening on a search tab can't pop the IME
This commit is contained in:
parent
54b635f779
commit
4f6185a6d8
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
android:exported="true"
|
||||
android:configChanges="orientation|screenSize|keyboardHidden|uiMode|smallestScreenSize|density"
|
||||
android:theme="@style/Theme.VojoProxy"
|
||||
android:windowSoftInputMode="adjustResize">
|
||||
android:windowSoftInputMode="adjustResize|stateHidden">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue