diff --git a/src/com/android/launcher3/CellLayout.java b/src/com/android/launcher3/CellLayout.java index 70c8739bee..da12e67de1 100644 --- a/src/com/android/launcher3/CellLayout.java +++ b/src/com/android/launcher3/CellLayout.java @@ -2096,6 +2096,7 @@ public class CellLayout extends ViewGroup implements BubbleTextShadowHandler { a.cancel(); } + setInitialAnimationValues(true); a = new LauncherViewPropertyAnimator(child) .scaleX(initScale) .scaleY(initScale)