Notification flag: skip marking read

This commit is contained in:
M66B
2024-05-17 17:05:19 +02:00
parent 00ab42f973
commit 3fe601006a

View File

@@ -393,7 +393,6 @@ public class ServiceUI extends IntentService {
return;
EntityOperation.queue(this, message, EntityOperation.FLAG, true);
EntityOperation.queue(this, message, EntityOperation.SEEN, true);
db.setTransactionSuccessful();
} finally {