Make sure summary notification is silent during quiet time

This commit is contained in:
cketti 2021-07-31 20:02:59 +02:00
parent 2ef430565d
commit 529a6c0aad

View file

@ -23,6 +23,7 @@ class NotificationHelper(
) {
if (K9.isQuietTime) {
builder.setNotificationSilent()
return
}