Disabled fake dark by default

This commit is contained in:
M66B
2022-07-05 19:09:18 +02:00
parent a1d45a2684
commit c026a7a60b
4 changed files with 5 additions and 4 deletions

View File

@@ -634,7 +634,8 @@ public class ApplicationEx extends Application
} else if (version < 1927) {
if (!prefs.contains("auto_identity"))
editor.putBoolean("auto_identity", true);
}
} else if (version < 1931)
editor.remove("fake_dark");
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
editor.remove("background_service");