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

Commit 180aa65e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Don't unbundle updated notifications." into nyc-dev

parents a8dc65dc 0fa02c7d
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -68,9 +68,7 @@ public final class Ranker extends NotificationRankerService {
                    if (notificationsForPackage == null) {
                        notificationsForPackage = new LinkedHashSet<>();
                    }
                    if (notificationsForPackage.contains(sbn.getKey())) {
                        return;
                    }

                    notificationsForPackage.add(sbn.getKey());
                    mUnbundledNotifications.put(sbn.getPackageName(), notificationsForPackage);