mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Keep cleanup
This commit is contained in:
@@ -223,8 +223,6 @@ public class ServiceSynchronize extends ServiceBase {
|
||||
WidgetUnified.update(ServiceSynchronize.this);
|
||||
}
|
||||
});
|
||||
|
||||
WorkerCleanup.queue(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -241,8 +239,6 @@ public class ServiceSynchronize extends ServiceBase {
|
||||
|
||||
Core.notifyReset(this);
|
||||
|
||||
WorkerCleanup.cancel(this);
|
||||
|
||||
stopForeground(true);
|
||||
|
||||
NotificationManager nm = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
|
||||
|
||||
Reference in New Issue
Block a user