Hello!
I got into some strange behavior of "Expandable-Draggable-Swipeable-Example".
If you call mRecyclerViewDragDropManager.setCheckCanDropEnabled(true) and expand the last item in the list you will not be able to drag any other item to the last position. When collapsed it works correct again.
I did not make any other changes to example code, so
onGet...ItemDraggableRange returns null
onCheck...CanDrop returns true
If you delete the call "mRecyclerViewDragDropManager.setCheckCanDropEnabled(true)" you will be able to drag to the last position even if it's expanded.
Hello! I got into some strange behavior of "Expandable-Draggable-Swipeable-Example". If you call mRecyclerViewDragDropManager.setCheckCanDropEnabled(true) and expand the last item in the list you will not be able to drag any other item to the last position. When collapsed it works correct again. I did not make any other changes to example code, so
If you delete the call "mRecyclerViewDragDropManager.setCheckCanDropEnabled(true)" you will be able to drag to the last position even if it's expanded.