Closed mharam closed 1 month ago
Can you provide a screen recording?
Screen_recording_20240916_112540.webm
I'm not sure it's exactly related to the issues you mentioned. But it may be related to some extent.
Looks like it's related to #4, it should still work if you drag it all the way up. Give v2.4.0-beta01 a try, it has Compose Foundation v1.7.0 so it should work.
Android studio gives error: Failed to resolve: sh.calvin.reorderable:reorderable:v2.4.0-beta01 Chrome also gives 404 Not Found error!
Very strange. I did publish it https://central.sonatype.com/artifact/sh.calvin.reorderable/reorderable/versions
Oh it should be sh.calvin.reorderable:reorderable:2.4.0-beta01
without the "v"
Thank you so much. It now works perfectly!
Hi,
Thank you for this useful library. I encountered a problem with this library. When I have 3 items with large height in the
LazyColumn
that the third item lies partially outside the column height, then if I try to drag item #1 to place at item #0 theLazyColumn
scrolls and I cannot complete the reordering process. In order to reproduce this condition change theitems
variable as follows:Then compile it on an 6'' phone emulator like Pixel 6a.
With regards