AndroidSwipeLayout
AndroidSwipeLayout copied to clipboard
Opening an item then quickly opening another item and then scroll, this item will automatically close.
I handle the following steps:
- Open an item
- Quickly opening the second item, the first item is closed. I use swipeItemRlManager.bindView(itemView, adapterPosition)
- Scroll away
- The second item is closed. I don't want the second item is closed. How i can fix that?
Refer my comment in #528 i was able to resolve it