iPaulPro / Android-ItemTouchHelper-Demo

Basic example of using ItemTouchHelper to add drag & drop and swipe-to-dismiss to RecyclerView.
Apache License 2.0
2.51k stars 499 forks source link

not working in navigation drawer #61

Closed niraj-prajapati closed 4 years ago

niraj-prajapati commented 4 years ago

It doesn't work in the navigation drawer. I need to rearrange items in the navigation drawer. it works with onTouchListener but disables onClick of items. I need to use it with onLongClickListener so click can also work.

Please help me to do this. Thanks.

niraj-prajapati commented 4 years ago

Sorry, my bad. It works well in the drawer. I had an issue because of the existing very complex layout file where the recycler view is inside DrawerLayout, not in NavigationView.