Theme: follow system by default

This commit is contained in:
M66B
2021-01-18 11:09:53 +01:00
parent f320f2b7c0
commit 2575139c9d
5 changed files with 8 additions and 5 deletions

View File

@@ -394,6 +394,9 @@ public class ApplicationEx extends Application implements SharedPreferences.OnSh
else if (version < 1439) {
if (!BuildConfig.DEBUG)
editor.remove("experiments");
} else if (version < 1461) {
if (!prefs.contains("theme"))
editor.putString("theme", "blue_orange_light");
}
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)