mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Account specific reload
This commit is contained in:
@@ -470,7 +470,7 @@ public class ServiceSend extends ServiceBase {
|
||||
db.endTransaction();
|
||||
}
|
||||
|
||||
ServiceSynchronize.eval(ServiceSend.this, false, "sent");
|
||||
ServiceSynchronize.eval(ServiceSend.this, "sent");
|
||||
|
||||
NotificationManager nm = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
|
||||
nm.cancel("send:" + message.identity, 1);
|
||||
|
||||
Reference in New Issue
Block a user