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

Commit f12caec1 authored by Mady Mellor's avatar Mady Mellor Committed by Android (Google) Code Review
Browse files

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

parents e698c723 bd446142
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;