Merge "Fixing regression from animation not starting while in overview" into sc-dev am: f054bf5681 am: aea4bed7e6
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15305446 Change-Id: Ic1d0d8cdef6e63c0ee562b1918ec04dd390bce38
This commit is contained in:
@@ -912,8 +912,8 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T
|
|||||||
TaskViewUtils.composeRecentsLaunchAnimator(anim, taskView, apps, wallpaper, nonApps,
|
TaskViewUtils.composeRecentsLaunchAnimator(anim, taskView, apps, wallpaper, nonApps,
|
||||||
true /* launcherClosing */, mActivity.getStateManager(), this,
|
true /* launcherClosing */, mActivity.getStateManager(), this,
|
||||||
getDepthController());
|
getDepthController());
|
||||||
anim.start();
|
|
||||||
}
|
}
|
||||||
|
anim.start();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void updateTaskStartIndex(View affectingView) {
|
private void updateTaskStartIndex(View affectingView) {
|
||||||
|
|||||||
Reference in New Issue
Block a user