Loading packages/ExtServices/src/android/ext/services/notification/Ranker.java +1 −3 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
packages/ExtServices/src/android/ext/services/notification/Ranker.java +1 −3 Original line number Diff line number Diff line Loading @@ -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); Loading