Open zubcoco opened 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 ?
I tried to refactor it but I am still running into some issues. Can you try? LazyColumn is catching the drag events.
Pull Request: https://github.com/aclassen/ComposeReorderable/pull/257
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 ?