Merge "Fixing nullpointerexception when applying transformParams" into ub-launcher3-rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
6eac572246
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user