Skip to content

Commit

Permalink
bug fix isAnimationPlay rest mode
Browse files Browse the repository at this point in the history
  • Loading branch information
rasoulmiri committed Oct 6, 2019
1 parent a6e76be commit bef1311
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,7 @@ public void onAnimationUpdate(ValueAnimator animation) {

private void setupFinishingAnimation() {

isAnimationPlay = false;
isCanDraw = false;
isLastLoopAnimation = false;
isCanDrawFinishState = false;
Expand Down

0 comments on commit bef1311

Please sign in to comment.