aclassen / ComposeReorderable

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

forEachGesture deprecated #253

Open zubcoco opened 1 year ago

zubcoco commented 1 year ago

Is it possible to change the deprecated call ?

And the awaitPointerEventScope cause a warning in Android Studio : "Returning from awaitPointerEventScope may cause some input events to be dropped"

Can you have a look ?

VeselyJan92 commented 1 year ago

I tried to refactor it but I am still running into some issues. Can you try? LazyColumn is catching the drag events.

VeselyJan92 commented 1 year ago

Pull Request: https://github.com/aclassen/ComposeReorderable/pull/257