Fixed enabling auto optimize

pull/183/head
M66B 4 years ago
parent f9586534ae
commit 29edb03d35

@ -278,9 +278,7 @@ public class ApplicationEx extends Application {
} else if (version < 1181) {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
editor.remove("background_service");
} else if (version < 1195)
editor.remove("auto_optimize");
else if (version < 1229) {
} else if (version < 1229) {
boolean monospaced = prefs.getBoolean("monospaced", false);
if (monospaced && !BuildConfig.DEBUG)
editor.putBoolean("text_font", false);

Loading…
Cancel
Save