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

am: 8765e262c2

Change-Id: Ieb53126643d9f41a5ba5b85ca0d8b02ef2f6eb47
This commit is contained in:
Tony Wickham
2019-05-31 10:55:54 -07:00
committed by android-build-merger
@@ -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);
}