mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Simplification
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user