mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Revised init/start/stop/reload
This commit is contained in:
@@ -35,7 +35,7 @@ public class ReceiverAutostart extends BroadcastReceiver {
|
||||
int synchronizing = DB.getInstance(context).account().getSynchronizingAccountCount();
|
||||
Log.i(Helper.TAG, "Synchronizing accounts=" + synchronizing);
|
||||
if (synchronizing > 0)
|
||||
ServiceSynchronize.start(context);
|
||||
ServiceSynchronize.init(context);
|
||||
JobDaily.schedule(context);
|
||||
}
|
||||
}).start();
|
||||
|
||||
Reference in New Issue
Block a user