Minor code cleanup

Change-Id: I92c0f9c9c96bace85a96a781bb4fdf2604c6f75b
This commit is contained in:
Michael Jurka
2012-03-22 05:24:37 -07:00
parent 6f8cb5201d
commit 6c8a579082
+2 -2
View File
@@ -1686,9 +1686,9 @@ public class Workspace extends SmoothPagedView
.setInterpolator(mZoomInInterpolator);
anim.play(a);
LauncherViewPropertyAnimator alphaAnim =
new LauncherViewPropertyAnimator(cl.getShortcutsAndWidgets());
if (mOldAlphas[i] != mNewAlphas[i]) {
LauncherViewPropertyAnimator alphaAnim =
new LauncherViewPropertyAnimator(cl.getShortcutsAndWidgets());
alphaAnim.alpha(mNewAlphas[i])
.setDuration(duration)
.setInterpolator(mZoomInInterpolator);