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

Commit 9d51bb9

Browse files
committed
fix: When stopAnimation is called to stop playback, the audio does not stop
1 parent cbb4560 commit 9d51bb9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

library/src/main/java/com/opensource/svgaplayer/SVGAImageView.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ open class SVGAImageView @JvmOverloads constructor(context: Context, attrs: Attr
210210
mAnimator?.cancel()
211211
mAnimator?.removeAllListeners()
212212
mAnimator?.removeAllUpdateListeners()
213+
getSVGADrawable()?.stop()
213214
getSVGADrawable()?.cleared = clear
214215
}
215216

0 commit comments

Comments
 (0)