diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 431fad6d6..88547b8ef 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -39,13 +39,14 @@ android:label="${appLabel}" android:roundIcon="@mipmap/ic_launcher_round" android:extractNativeLibs="${extractNativeLibs}" - android:theme="@style/AppSplashScreenTheme" + android:theme="@style/AppTheme" android:allowNativeHeapPointerTagging="false"> + android:windowSoftInputMode="adjustResize" + android:theme="@style/AppSplashScreenTheme">