mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-22 07:08:36 +00:00
Notification flag: skip marking read
This commit is contained in:
parent
00ab42f973
commit
3fe601006a
1 changed files with 0 additions and 1 deletions
|
@ -393,7 +393,6 @@ public class ServiceUI extends IntentService {
|
||||||
return;
|
return;
|
||||||
|
|
||||||
EntityOperation.queue(this, message, EntityOperation.FLAG, true);
|
EntityOperation.queue(this, message, EntityOperation.FLAG, true);
|
||||||
EntityOperation.queue(this, message, EntityOperation.SEEN, true);
|
|
||||||
|
|
||||||
db.setTransactionSuccessful();
|
db.setTransactionSuccessful();
|
||||||
} finally {
|
} finally {
|
||||||
|
|
Loading…
Reference in a new issue