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

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

Set autobundled summary color.

am: 3011fd4d

* commit '3011fd4d':
  Set autobundled summary color.

Change-Id: I69c940d018ccd41769437c2e711ab07b7a7b369d
parents f6d3295a 3011fd4d
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()