Revert "Fixed enabling auto optimize"

This reverts commit 29edb03d35.
pull/183/head
M66B 5 years ago
parent 29edb03d35
commit c185472b66

@ -278,7 +278,9 @@ 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 < 1229) {
} else if (version < 1195)
editor.remove("auto_optimize");
else if (version < 1229) {
boolean monospaced = prefs.getBoolean("monospaced", false);
if (monospaced && !BuildConfig.DEBUG)
editor.putBoolean("text_font", false);

Loading…
Cancel
Save