Skip to content

Conversation

@shanereid
Copy link

I had an issue where sequences containing a large amount of frames (150+) would fail to start on Android.

Turned out to be an issue with the default queue where tasks would be rejected if both the pool and queue were full, so the activeTasks list would never be empty and the animation would never be kicked off.

To fix this I used an unbounded queue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant