mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-31 19:41:19 +00:00
Notify unsnoozed
This commit is contained in:
parent
aa46aaccbe
commit
c519d0ca2a
1 changed files with 2 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue