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

Commit 2960700f authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Don't bridge autobundle summaries to other devices.

Change-Id: I2d0df16b2fbd32569e564399696c86e499910ddb
Fixes: 29114754
parent 58ef8892
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2286,6 +2286,7 @@ public class NotificationManagerService extends SystemService {
                                        .setFlag(Notification.FLAG_AUTOGROUP_SUMMARY, true)
                                        .setFlag(Notification.FLAG_GROUP_SUMMARY, true)
                                        .setColor(adjustedSbn.getNotification().color)
                                        .setLocalOnly(true)
                                        .build();
                        summaryNotification.extras.putAll(extras);
                        Intent appIntent = getContext().getPackageManager()