mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
Move boot to app
This commit is contained in:
@@ -136,6 +136,10 @@ public class ApplicationEx extends Application implements SharedPreferences.OnSh
|
||||
|
||||
DisconnectBlacklist.init(this);
|
||||
|
||||
ServiceSynchronize.boot(this);
|
||||
ServiceSend.boot(this);
|
||||
ServiceUI.boot(this);
|
||||
|
||||
boolean watchdog = prefs.getBoolean("watchdog", true);
|
||||
boolean enabled = prefs.getBoolean("enabled", true);
|
||||
if (watchdog && enabled)
|
||||
|
||||
Reference in New Issue
Block a user