Skip to content
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

isAtEnd is incorrectly true #2581

Open
NinoDLC opened this issue Nov 21, 2024 · 0 comments
Open

isAtEnd is incorrectly true #2581

NinoDLC opened this issue Nov 21, 2024 · 0 comments

Comments

@NinoDLC
Copy link

NinoDLC commented Nov 21, 2024

Link to fork with a repro in the issue-repro module
NinoDLC@1cb3d890

Describe the bug
LottieAnimationState.isAtEnd is incorrectly true, making listening to end of animation impossible.

Steps To Reproduce
Steps to reproduce the behavior:

  1. Launch the provided code
  2. Check Logs to see this incorrect behavior:
13:33:28.043 isAtEnd 0
[...]
13:33:28.267 LaunchedEffect.isAtEnd 1
13:33:28.710 isAtEnd 2
13:33:30.799 isAtEnd 3
13:33:30.809 LaunchedEffect.isAtEnd 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant