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
{{ message }}
This repository was archived by the owner on Nov 12, 2024. It is now read-only.
Fix images not loading (#1468)
Caused by us using the same disk cache location on Android as
the previous Coil implementation. This results in any existing
Coil-originated disk cache being incompatible with Compose
Image Loader. Fixed by using a different cache folder, and deleting
the remaining Coil cache folder (if exists).