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

Commit dbcd1abf 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: If834b8b6b241b924fd5d13a8b222a83c3411ecc4
parents 5a736b31 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);