I have a list of elements lets say 100, I have a ...
# compose
m
I have a list of elements lets say 100, I have a dialog in witch I show the clicked element, but I can also move to the next or previous without closing the dialog. So far so good, but I wanted to also scroll the list beneath accordingly, and it works with animateScrollToItem, but what is weird is that after two or three moves the dialog is closed. I have the feeling that Scroll has some flaws