You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a list (recyclerView) with a number of items which don't fit on a screen (it's necessary to scroll to see all the items).
While drag the 1st item,scrolling works and the 1st item appears in the bottom under some other items.
It leads to the fact that the 1st item can't be placed, for instance, to the 2nd position.
While using Google ItemTouchHelper, no such problems arise.
The text was updated successfully, but these errors were encountered:
Aleksander3007
pushed a commit
to Aleksander3007/itemtouchhelper-extension
that referenced
this issue
Jun 30, 2017
Create a list (recyclerView) with a number of items which don't fit on a screen (it's necessary to scroll to see all the items).
While drag the 1st item,scrolling works and the 1st item appears in the bottom under some other items.
It leads to the fact that the 1st item can't be placed, for instance, to the 2nd position.
While using Google ItemTouchHelper, no such problems arise.
The text was updated successfully, but these errors were encountered: