aclassen / ComposeReorderable

Enables reordering by drag and drop in Jetpack Compose (Desktop) LazyList & LazyGrid.
Apache License 2.0
815 stars 86 forks source link

Item with different height leaves a blank space when reordered. #104

Open arifur-nureca opened 2 years ago

arifur-nureca commented 2 years ago

It is not happening every time but most of the time. After scrolling it leaves a gap of the item height. Once you scroll a little bit item appears again. My LazyColumn is under accompanist's swipe refresh layout. I am receiving data to through Flow and data can change any moment of the time as it is synced through realm.

TareqKhalili commented 8 months ago

I have the same issue, were you able to come up with a solution?