Haitham sboui

Results 2 comments of Haitham sboui

Following the docs just set the two last booleans to false . ``` // Setup onItemTouchHandler to enable drag and drop , swipe left or right ItemTouchHelper.Callback callback = new...

Hey, I know this is kinda late but for those who still need it just add `notifyItemChanged(position);` in `onItemDismiss` without deleting the element from your collection .