🛠️ Fix issues with dark theme switching

* Fixed issue with dark theme switching incorrectly on API 35
This commit is contained in:
Acclorite 2024-11-12 09:05:05 +02:00
parent 812584b5bb
commit c40b068e11
3 changed files with 9 additions and 18 deletions

View file

@ -35,7 +35,7 @@
<activity
android:name=".Activity"
android:windowSoftInputMode="adjustResize"
android:configChanges="orientation|screenSize|screenLayout|smallestScreenSize|locale|density"
android:configChanges="orientation|screenSize|screenLayout|smallestScreenSize|locale|density|uiMode"
android:exported="true"
android:theme="@style/Theme.Start.Splash">
<intent-filter>