Coil users: do I need to do anything special to lo...
# compose
c
Coil users: do I need to do anything special to load
content://
uris? I’ve got a uri for an image from the camera roll. But trying to display it shows nothing, and I don’t get an error. It’s roughly what this user describes: https://github.com/coil-kt/coil/discussions/833 Permission for read external storage is granted. Anyone else gotten stuck here? Thanks
For reference my uri’s look like
Copy code
<content://com.android.providers.media.documents/document/image%3A150>
I just noticed, when the images leave the composition, Coil produces logging of the sort
Copy code
RealImageLoader  I  🏗  Cancelled - <content://com.android.providers.media.documents/document/image%3A152>
Ok I just created a dummy project to test basic working behaviour and I see that it works as expected.
On further testing actually it seems I can reproduce this problem in my dummy app. But it’s very strange, I don’t see the pattern yet