Skip to content

Commit 9404856

Browse files
authored
don't show keyboard when launching the activity (#1329)
1 parent c42c3ad commit 9404856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<activity
1919
android:name=".example.ui.ExampleActivity"
2020
android:screenOrientation="portrait"
21-
android:windowSoftInputMode="adjustNothing">
21+
android:windowSoftInputMode="stateHidden|adjustResize">
2222
<intent-filter>
2323
<action android:name="android.intent.action.MAIN"/>
2424
<category android:name="android.intent.category.LAUNCHER"/>

0 commit comments

Comments
 (0)