mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Simplification
This commit is contained in:
@@ -741,8 +741,6 @@ public class ServiceSend extends ServiceBase implements SharedPreferences.OnShar
|
||||
db.endTransaction();
|
||||
}
|
||||
|
||||
ServiceSynchronize.eval(this, "sent");
|
||||
|
||||
NotificationManager nm = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
|
||||
nm.cancel("send:" + message.id, 1);
|
||||
|
||||
@@ -760,9 +758,9 @@ public class ServiceSend extends ServiceBase implements SharedPreferences.OnShar
|
||||
} finally {
|
||||
db.endTransaction();
|
||||
}
|
||||
|
||||
ServiceSynchronize.eval(this, "orphan");
|
||||
}
|
||||
|
||||
ServiceSynchronize.eval(this, "sent");
|
||||
}
|
||||
|
||||
private void onExists(Intent intent) {
|
||||
|
||||
Reference in New Issue
Block a user