mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 16:40:53 +01: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