mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Refactoring
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user