diff --git a/amethyst/src/main/AndroidManifest.xml b/amethyst/src/main/AndroidManifest.xml index 049a2f5ad..6aeaad4ea 100644 --- a/amethyst/src/main/AndroidManifest.xml +++ b/amethyst/src/main/AndroidManifest.xml @@ -73,7 +73,7 @@ android:name=".ui.MainActivity" android:exported="true" android:launchMode="singleTop" - android:windowSoftInputMode="adjustResize" + android:windowSoftInputMode="stateHidden" android:configChanges="orientation|screenSize|screenLayout" android:theme="@style/Theme.Amethyst">