🛠️ Fix issues with dark theme switching
* Fixed issue with dark theme switching incorrectly on API 35
This commit is contained in:
parent
812584b5bb
commit
c40b068e11
3 changed files with 9 additions and 18 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue