Revert "Silence summary notification when no new messages"

This reverts commit 78cf6bef12.
pull/214/head
M66B 10 months ago
parent 78cf6bef12
commit 65a7b1cd9a

@ -5877,8 +5877,6 @@ 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