mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 07:01:05 +00:00
Fixed enabling auto optimize
This commit is contained in:
parent
f9586534ae
commit
29edb03d35
1 changed files with 1 additions and 3 deletions
|
@ -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…
Reference in a new issue