Revert "Silence summary notification when no new messages"

This reverts commit 78cf6bef12.
This commit is contained in:
M66B 2023-10-24 20:35:00 +02:00
parent 78cf6bef12
commit 65a7b1cd9a
1 changed files with 0 additions and 2 deletions

View File

@ -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)