Revert "Fixed enabling auto optimize"

This reverts commit 29edb03d35.
This commit is contained in:
M66B 2020-07-08 15:35:57 +02:00
parent 29edb03d35
commit c185472b66
1 changed files with 3 additions and 1 deletions

View File

@ -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);