Swipe mode always multiple
Opened this issue · 2 comments
chowaikong commented
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
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
Yes, I encountered the same problem, BaseSwipeAdapter.setMode(Mode.Single);
is useless at all.