Merge "Fix experimental bubbles from HUN'ing when they shouldn't"

This commit is contained in:
TreeHugger Robot
2020-01-31 01:47:37 +00:00
committed by Android (Google) Code Review

View File

@@ -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);
}