We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please, add graggable item position parameter to callback canDragOver in class ReorderableState. It is necessary for flexible work.
abstract class ReorderableState<T>( private val scope: CoroutineScope, private val maxScrollPerFrame: Float, private val onMove: (fromIndex: ItemPosition, toIndex: ItemPosition) -> (Unit), // here private val canDragOver: ((indexFrom: ItemPosition, indexTo: ItemPosition) -> Boolean)?, private val onDragEnd: ((startIndex: Int, endIndex: Int) -> (Unit))?, val dragCancelledAnimation: DragCancelledAnimation )
The text was updated successfully, but these errors were encountered:
I have made a pull request for this. Feel free to leave code review. #184
Sorry, something went wrong.
28ed78f
No branches or pull requests
Please, add graggable item position parameter to callback canDragOver in class ReorderableState.
It is necessary for flexible work.
The text was updated successfully, but these errors were encountered: