Hello everyone, has anyone encountered issues with...
# compose
c
Hello everyone, has anyone encountered issues with
LazyColumn
and rows of different heights? I have an app where I use
LazyColumn
in multiple places for items with different heights and they all work fine except for one screen. In this one screen, trying to scroll UP resets the position and moves the content further down, eventually the user is stuck at the bottom of the list. I have been narrowing down the problem and it seems to repro only when the content has cells of different heights. I tried looking for a bug report bug I could not find anything. I am in the process of trying to narrow down the issue so I can have a demo of it that I can share. But in the meantime I wanted to know if anyone has seen something like this.
a
I guess you are using 1.0 of compose? There was a bug with similar description which was fixed in 1.1