Using AsyncImagePreviewHandler with rememberAsyncImagePainter for Preview not working #2851
Unanswered
MihaMarkic
asked this question in
Q&A
Replies: 1 comment
-
Hmm your code looks OK. Going to move this into an issue ticket to investigate: #2859 |
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
-
Using coil 3.1.0 and Compose (obviously).
Trying to use
AsyncImagePreviewHandler
withrememberAsyncImagePainter
forPreview
but it seems like painter gets stuck in Loading state (judging from preview).Relevant code below.
Note that if I substitute FullPhoto with AsyncImage, I see the nice yellow image instead.
Is it me doing something stupid?
Beta Was this translation helpful? Give feedback.
All reactions