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

Commit fddf1435 authored by Lyn Han's avatar Lyn Han Committed by Android (Google) Code Review
Browse files

Merge "Skip reorder animation while collapsing" into sc-dev

parents 3c1e6998 3a5f6c0a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1478,6 +1478,9 @@ public class BubbleStackView extends FrameLayout
     * Update bubble order and pointer position.
     */
    public void updateBubbleOrder(List<Bubble> bubbles) {
        if (isExpansionAnimating()) {
            return;
        }
        final Runnable reorder = () -> {
            for (int i = 0; i < bubbles.size(); i++) {
                Bubble bubble = bubbles.get(i);