mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-04 06:20:26 +00:00
Simplification
This commit is contained in:
parent
a411ba7f99
commit
85bceae8d7
1 changed files with 1 additions and 2 deletions
|
@ -382,9 +382,8 @@ public class ApplicationEx extends Application implements SharedPreferences.OnSh
|
||||||
else if (version < 1336) {
|
else if (version < 1336) {
|
||||||
if (!prefs.contains("beige"))
|
if (!prefs.contains("beige"))
|
||||||
editor.putBoolean("beige", false);
|
editor.putBoolean("beige", false);
|
||||||
} else if (version < 1385){
|
} else if (version < 1385)
|
||||||
editor.remove("parse_classes");
|
editor.remove("parse_classes");
|
||||||
}
|
|
||||||
|
|
||||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
|
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
|
||||||
editor.remove("background_service");
|
editor.remove("background_service");
|
||||||
|
|
Loading…
Reference in a new issue