-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setAutoRepeat false not working, keeps repeating #20
Comments
I have the same problem |
Hi @mojtabasheikhy and @hannojg, This code should work: lottieView.setAutoRepeat(false);
lottieView.setLottieDrawable(
AXrLottieDrawable.fromJson(jsonString, cacheKey)
.setSize(decodeWidth, decodeHeight)
.build()
);
lottieView.playAnimation(); let me know if it didn't. Thanks! |
Fixed on v1.4.0 |
Thanks, it's fixed 🙌 |
Example reproduction code:
Observation vs. Expectation
I expect the animation to only play once, and then stop. However, the animation keeps repeating.
The text was updated successfully, but these errors were encountered: