mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 09:33:39 +02:00
Increase daily job interval, schedule on boot/update only
This commit is contained in:
@@ -2034,7 +2034,6 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
|
||||
public static void start(Context context) {
|
||||
ContextCompat.startForegroundService(context, new Intent(context, ServiceSynchronize.class));
|
||||
JobDaily.schedule(context);
|
||||
}
|
||||
|
||||
public static void reload(Context context, String reason) {
|
||||
|
||||
Reference in New Issue
Block a user