alorma
02/25/2021, 9:14 AMCoilImage
to show an image:
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▾
Error(painter=null, throwable=kotlinx.coroutines.JobCancellationException: StandaloneCoroutine was cancelled; job=StandaloneCoroutine{Cancelled}@7155d16)
joakim
03/05/2021, 8:34 PMalorma
03/06/2021, 7:52 AM