Keep cleanup

This commit is contained in:
M66B
2019-08-03 15:36:51 +02:00
parent 07d0b30816
commit 952d93bf17
4 changed files with 29 additions and 29 deletions

View File

@@ -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);