Why is the snapshot retrieval returning null even though the image appears to be successfully cached? #2690
Unanswered
jaypatel208
asked this question in
Q&A
Replies: 1 comment
-
Hi @colinrtwhite , could you please assist me with this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to implement image caching in my Android app using Coil. The goal is to ensure images are cached in both memory and disk, and then retrieve the cached image as a Uri. However, I'm encountering an issue where the path is null when attempting to retrieve the cached image snapshot.
Here’s my
getImage
function:Here’s the log output:
Beta Was this translation helpful? Give feedback.
All reactions