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

Gif playback can not be stopped since coil 3.x #2295

Closed
jns-codeworks opened this issue May 30, 2024 · 1 comment
Closed

Gif playback can not be stopped since coil 3.x #2295

jns-codeworks opened this issue May 30, 2024 · 1 comment

Comments

@jns-codeworks
Copy link

Since I updated coil from 2.x to 3.x gifs are always played.
I used to have different imageloaders for static images and gifs, i.e. default imageLoader and ImageDecoderDecoder, which I've chosen based on gif playCount / repeatCount.
After the update the default imageLoader is always playing gifs, according to the repeatCount.

@colinrtwhite
Copy link
Member

I think you likely want to disable serviceLoaderEnabled, which automatically adds decoders from your dependencies.

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

No branches or pull requests

2 participants