mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-08 18:13:24 +02:00
Skip marking seen on snooze/hide
This commit is contained in:
@@ -332,7 +332,7 @@ public class ServiceUI extends IntentService {
|
||||
return;
|
||||
|
||||
db.message().setMessageSnoozed(id, wakeup);
|
||||
EntityOperation.queue(this, message, EntityOperation.SEEN, true);
|
||||
db.message().setMessageUiIgnored(message.id, true);
|
||||
EntityMessage.snooze(this, id, wakeup);
|
||||
|
||||
db.setTransactionSuccessful();
|
||||
|
||||
Reference in New Issue
Block a user