Silence summary notification when no new messages

pull/214/head
M66B 10 months ago
parent 68427ca6f1
commit 78cf6bef12

@ -5877,6 +5877,8 @@ class Core {
if (notify_summary) {
builder.setOnlyAlertOnce(new_messages <= 0);
if (new_messages <= 0)
builder.setSilent(true);
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.O)
if (new_messages > 0)

Loading…
Cancel
Save