mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-25 18:35:06 +01:00
Notification flag: skip marking read
This commit is contained in:
@@ -393,7 +393,6 @@ public class ServiceUI extends IntentService {
|
||||
return;
|
||||
|
||||
EntityOperation.queue(this, message, EntityOperation.FLAG, true);
|
||||
EntityOperation.queue(this, message, EntityOperation.SEEN, true);
|
||||
|
||||
db.setTransactionSuccessful();
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user