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

Commit 81671487 authored by Julia Reynolds's avatar Julia Reynolds Committed by android-build-merger
Browse files

Set autobundled summary color. am: 3011fd4d

am: 40a3d531

* commit '40a3d531':
  Set autobundled summary color.

Change-Id: Ieae2a6fb1beb9edb7caf20569358e80582123224
parents fec0d78a 40a3d531
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()