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

Coil ImageLoader singleton #21285

Closed
nbradbury opened this issue Oct 7, 2024 · 1 comment · Fixed by #21286
Closed

Coil ImageLoader singleton #21285

nbradbury opened this issue Oct 7, 2024 · 1 comment · Fixed by #21286
Assignees
Labels

Comments

@nbradbury
Copy link
Contributor

According to Coil's documentation:

Coil performs best when you have a single ImageLoader that's shared throughout your app. This is because each ImageLoader has its own set of resources.

We should update the app to follow that advice.

@nbradbury nbradbury added the Media label Oct 7, 2024
@nbradbury nbradbury self-assigned this Oct 7, 2024
@dangermattic
Copy link
Collaborator

Thanks for reporting! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants