Revert "Small improvement"

This reverts commit 2414485689.
This commit is contained in:
M66B
2020-01-06 12:28:15 +01:00
parent ac0dafabff
commit 999669918d
2 changed files with 21 additions and 3 deletions

View File

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