AndroidSwipeLayout icon indicating copy to clipboard operation
AndroidSwipeLayout copied to clipboard

Opening an item then quickly opening another item and then scroll, this item will automatically close.

Open hangamy opened this issue 6 years ago • 1 comments

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?

hangamy avatar Feb 18 '19 10:02 hangamy

Refer my comment in #528 i was able to resolve it

Arunkarthicknallasami avatar Apr 12 '19 10:04 Arunkarthicknallasami