Hi. I'm using `CoilImage` to show an image: ``` ...
# compose
a
Hi. I'm using
CoilImage
to show an image:
Copy code
CoilImage(
            data = "",
            modifier = modifier,
            contentDescription = "",
            contentScale = ContentScale.Crop,
            loading = { CircularProgressIndicator(Modifier.align(Alignment.Center)) }
        )
But it not shows the image loaded from network (

https://random.dog/00186969-c51d-462b-948b-30a7e1735908.jpg

) The error is:
Copy code
Error(painter=null, throwable=kotlinx.coroutines.JobCancellationException: StandaloneCoroutine was cancelled; job=StandaloneCoroutine{Cancelled}@7155d16)
The full code: /
j
Hey @alorma what was the solution to this?
a
Just restart the emu