Working on an application where I am using Coil Im...
# compose
a
Working on an application where I am using Coil Image inside of NavGraph and when I try to use the CoilImage like shown in the thread, I get and error even though the image is accesible via url.
i
Socket timeouts have nothing to do with how your UI is structured
a
The Coil composable in question is https://github.com/abhishekdewan101/GameTracker/blob/master/app/src/main/java/com/abhishek101/gametracker/ui/features/home/HomeScreen.kt#L149. I added another one in the same page after this post and that loads the image so I am not sure why this one fails. it seems like it's loading the same size of image so timeout shouldn't happen. I need to dig into this a bit more