Merge "Fixing nullpointerexception when applying transformParams" into ub-launcher3-rvc-dev am: 6eac572246
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/11709093 Change-Id: I5a41c6da9e24e6077b5da40fcb3137c0043fe602
This commit is contained in:
@@ -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