mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 08:33:37 +02:00
Cleanup
This commit is contained in:
@@ -106,7 +106,6 @@ public class ApplicationEx extends Application {
|
||||
|
||||
MessageHelper.setSystemProperties();
|
||||
ContactInfo.init(this, new Handler());
|
||||
Core.init(this);
|
||||
WorkerWatchdog.init(this);
|
||||
}
|
||||
|
||||
|
||||
@@ -120,15 +120,6 @@ class Core {
|
||||
private static final int DOWNLOAD_BATCH_SIZE = 20;
|
||||
private static final long YIELD_DURATION = 200L; // milliseconds
|
||||
|
||||
static void init(Context context) {
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
|
||||
SharedPreferences.Editor editor = prefs.edit();
|
||||
for (String key : prefs.getAll().keySet())
|
||||
if (key.startsWith("notifying:"))
|
||||
editor.remove(key);
|
||||
editor.apply();
|
||||
}
|
||||
|
||||
static void processOperations(
|
||||
Context context,
|
||||
EntityAccount account, EntityFolder folder,
|
||||
|
||||
Reference in New Issue
Block a user