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

Allows easy to use WebImage with isAnimating default to false and change to true later #333

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

dreampiggy
Copy link
Collaborator

Reason

Since SDAnimatedImage has fallback logic, we can apply this to WebImage by default without dynamic check

This close #332

…hange to true later

Since SDAnimatedImage has fallback logic, we can apply this to WebImage by default without dynamic check
@dreampiggy dreampiggy force-pushed the bugfix/webimage_isAnimating_binding branch from 1b68c49 to 7efdf22 Compare August 28, 2024 09:38
@joshuatbrown
Copy link

I tested this branch in my app; it works perfectly for me and fixes #332. Thanks for the quick fix!

@dreampiggy dreampiggy merged commit 09dfa5a into master Aug 29, 2024
6 checks passed
@dreampiggy dreampiggy deleted the bugfix/webimage_isAnimating_binding branch August 29, 2024 08:12
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.

When initializing a WebImage with isAnimating, if the initial value is false, the image never animates
2 participants