Merge "Fixing stagger animation not getting initialized properly" into ub-launcher3-rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
2ca219889b
+1
@@ -190,6 +190,7 @@ public class StaggeredWorkspaceAnim {
|
||||
.setStiffness(stiffness)
|
||||
.setDampingRatio(damping)
|
||||
.setMinimumVisibleChange(1f)
|
||||
.setStartValue(mSpringTransY)
|
||||
.setEndValue(0)
|
||||
.setStartVelocity(mVelocity)
|
||||
.build(v, VIEW_TRANSLATE_Y);
|
||||
|
||||
Reference in New Issue
Block a user