You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
According to Coil's documentation:
We should update the app to follow that advice.
The text was updated successfully, but these errors were encountered: