Pause image loading in coil onscroll in lazycolumn in jetpack compose android
We are using Coil to load images with jetpack compose , earlier in glide with recylerview or other lists we had the option to pause loading images when we scrolled , it was an efficient way to prevent lag on scroll , Is there any way to achieve this.