Image is shown using Lazy Column For. It is natura...
# compose
l
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
can you show a clip? I’m not sure what you mean
l
@allan.conda I have the code below. It’s difficult to explain.