Nihad Ahmetovic

Results 1 comments of Nihad Ahmetovic

Hi @lucky919, You have to allow swipe direction DOWN, override `getAllowedSwipeDirectionsMovementFlags` in `SwipeableTouchHelperCallback` ``` public int getAllowedSwipeDirectionsMovementFlags() { return ItemTouchHelper.LEFT | ItemTouchHelper.RIGHT | ItemTouchHelper.UP | ItemTouchHelper.DOWN; }```