diff --git a/AndroidManifest.xml b/AndroidManifest.xml index feba679f94..ace53eff59 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -74,7 +74,8 @@ android:launchMode="singleTask" android:clearTaskOnLaunch="true" android:stateNotNeeded="true" - android:theme="@style/Theme"> + android:theme="@style/Theme" + android:windowSoftInputMode="adjustPan">