Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Fix images not loading #1468

Merged
merged 1 commit into from
Aug 18, 2023
Merged

Fix images not loading #1468

merged 1 commit into from
Aug 18, 2023

Conversation

chrisbanes
Copy link
Owner

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).

Fixes #1465

Caused by us using the same disk cache location on Android
as the previous Coil implementation. This results in any
existing Coil originating disk caches being incompatible
with Compose Image Loader. Fixed by using a different cache
folder, and deleting any remaining Coil caches.
@chrisbanes chrisbanes changed the title Fix images not loading in v0.9.3 Fix images not loading Aug 18, 2023
@chrisbanes chrisbanes enabled auto-merge (squash) August 18, 2023 10:31
@chrisbanes chrisbanes merged commit 8a257ab into main Aug 18, 2023
@chrisbanes chrisbanes deleted the cb/image-load-fix branch August 18, 2023 11:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cover art not loaded when loading for the first time
1 participant