mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Notify on demand
This commit is contained in:
@@ -281,6 +281,9 @@ public class ServiceUI extends IntentService {
|
||||
// Synchronize messages
|
||||
Core.onSynchronizeMessages(this, account, folder, (IMAPFolder) ifolder, folder.getSyncArgs(), new Core.State());
|
||||
|
||||
// Notify new messages
|
||||
Core.notify(this, db.message().getUnseenNotify());
|
||||
|
||||
} catch (Throwable ex) {
|
||||
Log.w(ex);
|
||||
Core.reportError(this, account, folder, ex);
|
||||
|
||||
Reference in New Issue
Block a user