Simplified boot

This commit is contained in:
M66B
2019-12-12 17:20:30 +01:00
parent bf33e78248
commit 1667bd3e12
2 changed files with 13 additions and 14 deletions

View File

@@ -516,7 +516,7 @@ public class ServiceSend extends ServiceBase {
try {
DB db = DB.getInstance(context);
EntityFolder outbox = db.folder().getOutbox();
if (outbox != null && db.operation().getOperations(outbox.id).size() > 0)
if (outbox != null)
start(context);
} catch (Throwable ex) {
Log.e(ex);