Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(listview): [Android] Fix drag-to-reorder not applying
Fix bug where drag-to-reorder would sometimes not be applied if item was dragged quickly, specifically in the case were the timing of events runs DragOver (pointer moved) -> Drop (pointer up) -> measure+arrange.
- Loading branch information