Add uiMode to configChanges as it's handled by compose

This commit is contained in:
ganfra 2023-02-01 15:56:30 +01:00
parent fc07ff29f5
commit d43d433d38

View file

@ -32,7 +32,7 @@
<activity
android:name=".MainActivity"
android:theme="@style/Theme.ElementX.Splash"
android:configChanges="orientation|screenSize|screenLayout|keyboardHidden"
android:configChanges="orientation|screenSize|screenLayout|keyboardHidden|uiMode"
android:exported="true"
android:windowSoftInputMode="adjustResize"
tools:ignore="LockedOrientationActivity">