Merge "Fix the overflow not being added sometimes" into main

This commit is contained in:
Mady Mellor
2024-09-11 19:21:53 +00:00
committed by Android (Google) Code Review
@@ -799,6 +799,9 @@ public class BubbleBarView extends FrameLayout {
removeView(removedBubble);
int index = addingOverflow ? getChildCount() : 0;
addView(addedBubble, index, lp);
if (onEndRunnable != null) {
onEndRunnable.run();
}
return;
}
int index = addingOverflow ? getChildCount() : 0;