Merge "Fix the overflow not being added sometimes" into main
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user