1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-21 22:58:40 +00:00

Notification flag: skip marking read

This commit is contained in:
M66B 2024-05-17 17:05:19 +02:00
parent 00ab42f973
commit 3fe601006a

View file

@ -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 {