mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 17:40:34 +01:00
Skip marking seen on snooze/hide
This commit is contained in:
@@ -471,12 +471,11 @@ public class EntityRule {
|
||||
|
||||
DB db = DB.getInstance(context);
|
||||
db.message().setMessageSnoozed(message.id, wakeup);
|
||||
db.message().setMessageUiIgnored(message.id, true);
|
||||
EntityMessage.snooze(context, message.id, wakeup);
|
||||
|
||||
message.ui_snoozed = wakeup;
|
||||
|
||||
onActionSeen(context, message, true);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user