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
I am trying to fetch the from and to positions. But it does not return the expected positions.
I am using RecyclerView with GridLayoutManager.
If I drag image form 1st position to 3rd position, the library return fromPosition = 1 & toPosition = 2
But I want fromPosition = 0 & toPosition = 2
Any helps and suggestions are appreciated.
The text was updated successfully, but these errors were encountered:
I am trying to fetch the from and to positions. But it does not return the expected positions.
I am using RecyclerView with GridLayoutManager.
If I drag image form 1st position to 3rd position, the library return fromPosition = 1 & toPosition = 2
But I want fromPosition = 0 & toPosition = 2
Any helps and suggestions are appreciated.
The text was updated successfully, but these errors were encountered: