mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02: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