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, nonstop = nonstop,
fiveTimes = fiveTimes, fiveTimes = fiveTimes,
) )
} else { } else if (newNotifications.size > 1) {
createNotifications( createNotifications(
notifications = newNotifications, notifications = newNotifications,
alert = false, alert = false,

Loading…
Cancel
Save