Skip to content

Commit

Permalink
去掉log
Browse files Browse the repository at this point in the history
  • Loading branch information
liuri committed May 3, 2017
1 parent 1b54b05 commit 528da47
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ private void initContentPanel(final LemonBubbleInfo info) {
_framePlayIndexAnimator.addUpdateListener(new ValueAnimator.AnimatorUpdateListener() {
@Override
public void onAnimationUpdate(ValueAnimator animation) {
System.out.println(" - - - - " + animation.getAnimatedValue());
// 逐帧修改图片,启动连环动画的效果
if (((int) animation.getAnimatedValue()) < info.getIconArray().size())
_paintView.setImageBitmap(info.getIconArray().get((Integer) animation.getAnimatedValue()));
Expand Down

0 comments on commit 528da47

Please sign in to comment.