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:
heaven 2026-06-16 23:46:45 +03:00
parent 54b635f779
commit 4f6185a6d8

View file

@ -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" />