mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 11:01:23 +01: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