Merge "Fixing nullpointerexception when applying transformParams" into ub-launcher3-rvc-dev

This commit is contained in:
TreeHugger Robot
2020-06-02 21:33:41 +00:00
committed by Android (Google) Code Review
@@ -356,7 +356,8 @@ public abstract class BaseSwipeUpHandler<T extends StatefulActivity<?>, Q extend
if (mWindowTransitionController != null) {
float progress = mCurrentShift.value / mDragLengthFactor;
mWindowTransitionController.setPlayFraction(progress);
}
if (mRecentsAnimationTargets != null) {
if (mRecentsViewScrollLinked) {
mTaskViewSimulator.setScroll(mRecentsView.getScrollOffset());
}