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

Commit 7c8ae5bb 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

am: dbcd1abf

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

Change-Id: I0a023597fbda77a13b991e8222c9431826d71f6a
parents 0d444f70 dbcd1abf
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);