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

Commit 3011fd4d authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Set autobundled summary color.

Change-Id: I8ceb0b045359dc364fcec411fcfc610f7f57d8db
Fixes: 28615262
parent 8a1561a7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2252,6 +2252,7 @@ public class NotificationManagerService extends SystemService {
                                        .setGroup(newAutoBundleKey)
                                        .setFlag(Notification.FLAG_AUTOGROUP_SUMMARY, true)
                                        .setFlag(Notification.FLAG_GROUP_SUMMARY, true)
                                        .setColor(adjustedSbn.getNotification().color)
                                        .build();
                        summaryNotification.extras.putAll(extras);
                        Intent appIntent = getContext().getPackageManager()