Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
fix: When stopAnimation is called to stop playback, the audio does no…
Browse files Browse the repository at this point in the history
…t stop
  • Loading branch information
painld6 committed Feb 2, 2021
1 parent cbb4560 commit 9d51bb9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ open class SVGAImageView @JvmOverloads constructor(context: Context, attrs: Attr
mAnimator?.cancel()
mAnimator?.removeAllListeners()
mAnimator?.removeAllUpdateListeners()
getSVGADrawable()?.stop()
getSVGADrawable()?.cleared = clear
}

Expand Down

0 comments on commit 9d51bb9

Please sign in to comment.