Skip to content

Commit 38fa9c2

Browse files
committed
Add windowSoftInputMode to manifest
1 parent bb1d440 commit 38fa9c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/AndroidManifest.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
android:usesCleartextTraffic="true">
1515
<activity
1616
android:name=".MainActivity"
17-
android:launchMode="standard">
17+
android:launchMode="standard"
18+
android:windowSoftInputMode="adjustPan">
1819
<intent-filter>
1920
<action android:name="android.intent.action.VIEW" />
2021
<action android:name="android.intent.action.MAIN" />

0 commit comments

Comments
 (0)