Skip to content

Commit 290bd32

Browse files
author
vadim
committed
fix: softInputMode to adjustResize
1 parent 183ef1d commit 290bd32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
android:label="Notes"
77
android:theme="@style/Theme.AppCompat.Light.NoActionBar"
88
android:icon="@mipmap/ic_launcher">
9-
<activity android:name=".MainActivity" android:exported="true">
9+
<activity android:name=".MainActivity" android:exported="true" android:windowSoftInputMode="adjustResize">
1010
<intent-filter>
1111
<action android:name="android.intent.action.MAIN"/>
1212
<category android:name="android.intent.category.LAUNCHER"/>

0 commit comments

Comments
 (0)