Refactoring

This commit is contained in:
M66B
2019-02-28 07:11:46 +00:00
parent fd9a27f4cd
commit fe6fa7a2d5
3 changed files with 7 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ public class ReceiverAutostart extends BroadcastReceiver {
return;
if (db.operation().getOperations(outbox.id).size() > 0)
context.startService(new Intent(context, ServiceSend.class));
ServiceSend.start(context);
} catch (Throwable ex) {
Log.e(ex);