Loading packages/SystemUI/src/com/android/systemui/bubbles/BubbleController.java +1 −1 Original line number Diff line number Diff line Loading @@ -414,7 +414,7 @@ public class BubbleController implements ConfigurationController.ConfigurationLi mNotificationEntryManager.addNotificationEntryListener( new NotificationEntryListener() { @Override public void onNotificationAdded(NotificationEntry entry) { public void onPendingEntryAdded(NotificationEntry entry) { onEntryAdded(entry); } Loading Loading
packages/SystemUI/src/com/android/systemui/bubbles/BubbleController.java +1 −1 Original line number Diff line number Diff line Loading @@ -414,7 +414,7 @@ public class BubbleController implements ConfigurationController.ConfigurationLi mNotificationEntryManager.addNotificationEntryListener( new NotificationEntryListener() { @Override public void onNotificationAdded(NotificationEntry entry) { public void onPendingEntryAdded(NotificationEntry entry) { onEntryAdded(entry); } Loading