Merge "Fixes issue with missing overflow bubble" into main

This commit is contained in:
Mykola Podolian
2024-12-21 11:15:40 -08:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 0 deletions
@@ -1142,6 +1142,7 @@ public class BubbleBarViewController {
/** Removes all existing bubble views */
public void removeAllBubbles() {
mOverflowAdded = false;
mBarView.removeAllViews();
}