Merge "Fixing stagger animation not getting initialized properly" into ub-launcher3-rvc-dev

This commit is contained in:
TreeHugger Robot
2020-04-27 20:17:16 +00:00
committed by Android (Google) Code Review
@@ -190,6 +190,7 @@ public class StaggeredWorkspaceAnim {
.setStiffness(stiffness)
.setDampingRatio(damping)
.setMinimumVisibleChange(1f)
.setStartValue(mSpringTransY)
.setEndValue(0)
.setStartVelocity(mVelocity)
.build(v, VIEW_TRANSLATE_Y);