mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 06:01:12 +00:00
Prevent new message notifications on undo swipe
This commit is contained in:
parent
8b18e1ac4c
commit
24add89a98
1 changed files with 2 additions and 0 deletions
|
@ -577,6 +577,8 @@ public class FragmentMessages extends FragmentEx {
|
|||
for (EntityMessage threaded : messages) {
|
||||
result.ids.add(threaded.id);
|
||||
db.message().setMessageUiHide(threaded.id, true);
|
||||
// Prevent new message notification on undo
|
||||
db.message().setMessageUiIgnored(threaded.id, true);
|
||||
}
|
||||
|
||||
db.setTransactionSuccessful();
|
||||
|
|
Loading…
Reference in a new issue