1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-31 19:41:19 +00:00

Notify unsnoozed

This commit is contained in:
M66B 2021-03-30 08:47:20 +02:00
parent aa46aaccbe
commit c519d0ca2a

View file

@ -523,6 +523,8 @@ public class ServiceUI extends IntentService {
if (EntityFolder.OUTBOX.equals(folder.type))
ServiceSend.start(this);
else
ServiceSynchronize.eval(this, "unsnooze");
}
private void onSync(long aid) {