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
Originally posted by MihaMarkic February 19, 2025
Using coil 3.1.0 and Compose (obviously).
Trying to use AsyncImagePreviewHandler with rememberAsyncImagePainter for Preview 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?
Discussed in #2851
Originally posted by MihaMarkic February 19, 2025
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?
The text was updated successfully, but these errors were encountered: