Malinskiy / SuperRecyclerView

Pumped up RecyclerView
2.63k stars 469 forks source link

Swipe mode always multiple #85

Open chowaikong opened 8 years ago

chowaikong commented 8 years ago

Here is the bug, not only I set the swipe mode to single but also not setting any mode, these item can still swipe multiple, what can I do or what I do wrong? My code is similar to your demo.

Null45 commented 8 years ago

Confirm. Also swipe mode not saved on orientation change and adapter.getOpenItems() always returns -1 for all items. adapter.OpenItem(0) doesnt works too.

enginebai commented 8 years ago

Yes, I encountered the same problem, BaseSwipeAdapter.setMode(Mode.Single); is useless at all.