Make sure summary notification is silent during quiet time
This commit is contained in:
parent
2ef430565d
commit
529a6c0aad
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ class NotificationHelper(
|
|||
) {
|
||||
|
||||
if (K9.isQuietTime) {
|
||||
builder.setNotificationSilent()
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue