diff options
Diffstat (limited to 'src/com/android/launcher2/Workspace.java')
-rw-r--r-- | src/com/android/launcher2/Workspace.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher2/Workspace.java b/src/com/android/launcher2/Workspace.java index 2021580..26785c5 100644 --- a/src/com/android/launcher2/Workspace.java +++ b/src/com/android/launcher2/Workspace.java @@ -1181,7 +1181,7 @@ public class Workspace extends ViewGroup new PropertyAnimator(duration, cl, "translationX", 0.0f), new PropertyAnimator(duration, cl, "translationY", 0.0f), new PropertyAnimator(duration, cl, "scaleX", 1.0f), - new PropertyAnimator(duration, cl, "scaleY", cl.getScaleY(), 1.0f), + new PropertyAnimator(duration, cl, "scaleY", 1.0f), new PropertyAnimator(duration, cl, "dimmedBitmapAlpha", 0.0f)); } s.addListener(mUnshrinkAnimationListener); |