Merge "Fix experimental bubbles from HUN'ing when they shouldn't"
This commit is contained in:
committed by
Android (Google) Code Review
commit
377411f317
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user