am 84037f2f: Fix build breakage from syntax errors
* commit '84037f2f3304fab739e73928171d133c339ba3ce': Fix build breakage from syntax errors
This commit is contained in:
@@ -2242,14 +2242,6 @@ public final class Launcher extends Activity
|
||||
ObjectAnimator oa = LauncherAnimUtils.ofPropertyValuesHolder(mFolderIconImageView, alpha,
|
||||
scaleX, scaleY);
|
||||
oa.setDuration(getResources().getInteger(R.integer.config_folderAnimDuration));
|
||||
oa.addListener(new AnimatorListenerAdapter() {
|
||||
public void onAnimationEnd(Animator animation) {
|
||||
if (mFolderIconImageView != null) {
|
||||
mFolderIconImageView.setAlpha(0);
|
||||
mFolderIconImageView.setScalex(1.5f);
|
||||
mFolderIconImageView.setScalex(1.5f);
|
||||
}
|
||||
}
|
||||
oa.start();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user