diff --git a/apps/multiplatform/android/src/main/AndroidManifest.xml b/apps/multiplatform/android/src/main/AndroidManifest.xml index 9e059afa14..0f5d3fae31 100644 --- a/apps/multiplatform/android/src/main/AndroidManifest.xml +++ b/apps/multiplatform/android/src/main/AndroidManifest.xml @@ -55,7 +55,7 @@ android:exported="true" android:label="${app_name}" android:windowSoftInputMode="adjustResize" - android:configChanges="uiMode" + android:configChanges="uiMode|orientation|screenSize|screenLayout|smallestScreenSize" android:theme="@style/Theme.SimpleX">