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

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

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

am: 180aa65e

* commit '180aa65e':
  Don't unbundle updated notifications.

Change-Id: Ie1c531a1636b0e9bbfe89e4b0961a24a9e42c74e
parents 19109d38 180aa65e
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);