Small improvement

This commit is contained in:
M66B
2020-01-06 12:26:56 +01:00
parent b342edbd77
commit 2414485689
2 changed files with 3 additions and 21 deletions

View File

@@ -38,7 +38,7 @@ public class ReceiverAutoStart extends BroadcastReceiver {
ServiceSynchronize.boot(context);
ServiceSend.boot(context);
WorkerCleanup.queueOnce(context);
WorkerCleanup.queue(context);
}
}
}