mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Added cleanup worker
This commit is contained in:
@@ -131,7 +131,7 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
}
|
||||
});
|
||||
|
||||
JobDaily.schedule(this);
|
||||
WorkerCleanup.queue();
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -145,7 +145,7 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
|
||||
Widget.update(this, -1);
|
||||
|
||||
JobDaily.cancel(this);
|
||||
WorkerCleanup.cancel();
|
||||
|
||||
stopForeground(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user