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

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

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

Merge "Merge "Don\'t unbundle updated notifications." into nyc-dev am: 180aa65e am: 8f9c844b" into nyc-mr1-dev-plus-aosp
am: d5f1d625

* commit 'd5f1d625':
  Don't unbundle updated notifications.

Change-Id: I7bf27e45a6a4a80ea2d111d93b9de8ac5504b492
parents 544d2981 d5f1d625
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);