Calvin Liang
Calvin Liang
In a LazyColumn or LazyRow, you can do that by adding `Modifier.animateItem()` to every item in the list then change the items' order.
try using the new interface in #71 to detect click first, hide item, then start dragging
Can you reupload the video? I can't see it :(
Hmmm I don't think this can be done with the current architecture. I'll leave this issue open in case someone comes up with something.
thank you for including a video! this might be difficult to solve. I think in this case I'll have to make the final position of item 4 scroll in before...
I think the problem in the 🔁 part isn't in a ReorderableItem. Try wrapping it in there and setting enabled to false
Wrap the content of the `item` with 🔁 in a `ReorderableItem`
Hmm let me give it a try. I wonder if this was a Compose bug that got fixed in a later version of compose. Any idea which version you're using?
https://github.com/Calvin-LL/Reorderable/blob/main/demoApp/composeApp/src/commonMain/kotlin/sh/calvin/reorderable/demo/ui/TwoReorderableLazyColumnScreen.kt See here this works. https://github.com/user-attachments/assets/44173fcb-385f-4a78-9b5c-d52c01ccd519 It seems like a very strange composable bug. The commented out code below is semantically identical, the same functions are called in the same...
Is the reordering part not working with a divider?