mirror of https://github.com/M66B/FairEmail.git
Revert "Silence summary notification when no new messages"
This reverts commit 78cf6bef12
.
This commit is contained in:
parent
78cf6bef12
commit
65a7b1cd9a
|
@ -5877,8 +5877,6 @@ class Core {
|
||||||
|
|
||||||
if (notify_summary) {
|
if (notify_summary) {
|
||||||
builder.setOnlyAlertOnce(new_messages <= 0);
|
builder.setOnlyAlertOnce(new_messages <= 0);
|
||||||
if (new_messages <= 0)
|
|
||||||
builder.setSilent(true);
|
|
||||||
|
|
||||||
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.O)
|
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.O)
|
||||||
if (new_messages > 0)
|
if (new_messages > 0)
|
||||||
|
|
Loading…
Reference in New Issue