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

Commit 377411f3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents f22da1e1 f9439ab4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
                    }