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

Closing a spinner within a list row causes that row to be draggable #8

Closed allonmj closed 9 years ago

allonmj commented 9 years ago

If you add a spinner to each list row, opening and closing that spinner puts the row as the 'selected' row. Now scrolling the list will drag that row.

iPaulPro commented 9 years ago

This issue is not in the scope of this demo project. Try posting on Stack Overflow with code snippets and link back here.