Image is shown using Lazy Column For. It is natural when you scroll down, but when you scroll up again, the entire image is rendered instantaneously instead of showing a new image from the bottom, making the scroll unnatural.
How can I fix the image size to the original image width and height? If I do Modifier.size(100.dp), it works naturally.
a
allan.conda
11/19/2020, 6:48 AM
can you show a clip? I’m not sure what you mean
l
Luis Daivid
11/19/2020, 6:53 AM
@allan.conda I have the code below. It’s difficult to explain.