Theme should automatically change on phone settings change.

This commit is contained in:
aminecmi
2022-11-07 22:06:35 +01:00
parent e36189e2e7
commit 04dec50808
4 changed files with 35 additions and 2 deletions

View File

@@ -15,7 +15,8 @@
android:supportsRtl="true"
android:networkSecurityConfig="@xml/network_security_config"
android:theme="@style/NoBar"
android:dataExtractionRules="@xml/data_extraction_rules">
android:dataExtractionRules="@xml/data_extraction_rules"
android:configChanges="uiMode">
<activity
android:name=".MainActivity"
android:theme="@style/SplashTheme"