mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Refactoring
This commit is contained in:
@@ -645,6 +645,10 @@ public class ApplicationEx extends Application
|
||||
}
|
||||
} else if (version < 1947)
|
||||
editor.putBoolean("accept_unsupported", true);
|
||||
else if (version < 1951) {
|
||||
if (prefs.contains("open_unsafe"))
|
||||
editor.putBoolean("open_safe", !prefs.getBoolean("open_unsafe", true));
|
||||
}
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
|
||||
editor.remove("background_service");
|
||||
|
||||
Reference in New Issue
Block a user