mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 16:40:53 +01:00
Notify new message in message view
This commit is contained in:
@@ -281,9 +281,6 @@ 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