diff --git a/app_pojavlauncher/src/main/AndroidManifest.xml b/app_pojavlauncher/src/main/AndroidManifest.xml index 30b79292c..06ec1cf09 100644 --- a/app_pojavlauncher/src/main/AndroidManifest.xml +++ b/app_pojavlauncher/src/main/AndroidManifest.xml @@ -73,6 +73,7 @@ android:multiprocess="true" android:screenOrientation="sensorLandscape" android:name=".MainActivity" + android:windowSoftInputMode="stateVisible" android:configChanges="keyboardHidden|orientation|screenSize|keyboard|navigation"/>