mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Increase daily job interval, schedule on boot/update only
This commit is contained in:
@@ -36,6 +36,7 @@ public class ReceiverAutostart extends BroadcastReceiver {
|
||||
Log.i(Helper.TAG, "Synchronizing accounts=" + synchronizing);
|
||||
if (synchronizing > 0)
|
||||
ServiceSynchronize.start(context);
|
||||
JobDaily.schedule(context);
|
||||
}
|
||||
}).start();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user