mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +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) {
|
||||
if (!prefs.contains("beige"))
|
||||
editor.putBoolean("beige", false);
|
||||
} else if (version < 1385){
|
||||
} else if (version < 1385)
|
||||
editor.remove("parse_classes");
|
||||
}
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
|
||||
editor.remove("background_service");
|
||||
|
|
Loading…
Reference in a new issue