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

Commit fe1174d7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Re-set stack position after bubbles are reordered." into qt-r1-bubbles-dev

parents 841ff966 d2a7c215
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -672,7 +672,11 @@ public class StackAnimationController extends
    }

    @Override
    void onChildReordered(View child, int oldIndex, int newIndex) {}
    void onChildReordered(View child, int oldIndex, int newIndex) {
        if (isStackPositionSet()) {
            setStackPosition(mStackPosition);
        }
    }

    @Override
    void onActiveControllerForLayout(PhysicsAnimationLayout layout) {