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 have implemented your DragSort Recycler in my RecyclerView. I am also trying to implement the SwipeRefreshLayout on the recyclerview..
The problem I am facing is when I long press and drag the view in downward motion, the SwipeRefreshLayout's setOnRefreshListener gets called preventing me from sorting the view items. I am able to move items in the upward motion.
Any suggestions on this would be very helpful
The text was updated successfully, but these errors were encountered:
i am facing similar problem as yours. what i am planning to do is, to add / remove either swiperefreshlayout or dragsortrecycler listener programmatically... or maybe dynamically control the swiperefreshlayout using dragstart or dragdrop function...
Hello,
I have implemented your DragSort Recycler in my RecyclerView. I am also trying to implement the SwipeRefreshLayout on the recyclerview..
The problem I am facing is when I long press and drag the view in downward motion, the SwipeRefreshLayout's setOnRefreshListener gets called preventing me from sorting the view items. I am able to move items in the upward motion.
Any suggestions on this would be very helpful
The text was updated successfully, but these errors were encountered: