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

Commit ab384404 authored by Tony Wickham's avatar Tony Wickham Committed by android-build-merger
Browse files

Merge "Don't recreate the launcher animation controller if gesture ended" into ub-launcher3-qt-dev

am: 8765e262

Change-Id: Ieb53126643d9f41a5ba5b85ca0d8b02ef2f6eb47
parents f0a5ffe0 8765e262
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -647,6 +647,9 @@ public class WindowTransformSwipeHandler<T extends BaseDraggingActivity>
    }

    private void buildAnimationController() {
        if (mStateCallback.hasStates(STATE_GESTURE_COMPLETED)) {
            return;
        }
        initTransitionEndpoints(mActivity.getDeviceProfile());
        mAnimationFactory.createActivityController(mTransitionDragLength);
    }