Reduce unnecessary notification summary updates

pull/3302/head
Alex Baker 10 months ago
parent 87f6ad01f2
commit 429ace38ee

@ -137,7 +137,7 @@ class NotificationManager @Inject constructor(
nonstop = nonstop,
fiveTimes = fiveTimes,
)
} else {
} else if (newNotifications.size > 1) {
createNotifications(
notifications = newNotifications,
alert = false,

Loading…
Cancel
Save