Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9d5786ea authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Autogrouped summaries should be muted

Test: manual
Change-Id: I729eb6a8f108fec80352cb311c2ab4245b774a9b
Fixes: 37604629
parent 076a255a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2849,6 +2849,7 @@ public class NotificationManagerService extends SystemService {
                        new Notification.Builder(getContext(), channelId)
                                .setSmallIcon(adjustedSbn.getNotification().getSmallIcon())
                                .setGroupSummary(true)
                                .setGroupAlertBehavior(Notification.GROUP_ALERT_CHILDREN)
                                .setGroup(GroupHelper.AUTOGROUP_KEY)
                                .setFlag(Notification.FLAG_AUTOGROUP_SUMMARY, true)
                                .setFlag(Notification.FLAG_GROUP_SUMMARY, true)