Completion blocks in play() methods not called #1997
oliveira-marcio
started this conversation in
General
Replies: 1 comment 1 reply
-
Can you share a sample project that reproduces this issue? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am wondering if the completion blocks inside some
play()
methods from the animation view might never be called because some of the guard lets that just return without calling the completion, therefore I am assuming that it might lead to the animation being stuck, especially when chaining multipleplay()
calls.Example in
LottieAnimationView.swift
:Beta Was this translation helpful? Give feedback.
All reactions