aclassen / ComposeReorderable

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

Reoordering not working in example code for lists and grids but for fixed #235

Closed juhagenah closed 1 year ago

juhagenah commented 1 year ago

Hi, reordering does not work for 'Lists' and 'Grids' for me. Instead vertical and horizontal lists are scrolled as well as grids. For 'Fixed' it works when the handle on the left is used. Which seems intentional. I used the unmodified example by cloning on Android Studio (Flamingo 2022.2.1 Beta 5 as of March 2, 2023) with an emulator running Android 12 ( APA 31) and on y physical device running Android 9 (API 28). Any ideas of how to solve? Greetings, Jens-Uwe

juhagenah commented 1 year ago

Silly enough, I did not click long enough. Sorry