-
Notifications
You must be signed in to change notification settings - Fork 742
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 errors when dragging rapidly
Before scroll-while-dragging, allow layout state to 'catch up' with pointer position if the drag outpaced the relayouting. Fix an issue surfaced by this change where the reorder state was not properly cleaned up if the drag was released while the pointer was not over the list.
- Loading branch information
1 parent
4a49f7d
commit 1d94cf8
Showing
2 changed files
with
39 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters