SwipeRevealLayoutExample
SwipeRevealLayoutExample copied to clipboard
Swiped view is not reset when reused in RecyclerView
Almost everything works fine , but still it has this small issue:
If I swipe first item and then scroll down - another item ( approximately 12th, depends on RecylerView decision to reuse the view), is also swiped - as it's first item view reused - view's close
method should be called in onBindViewHolder
. Maybe worth to mention in the article and fix here?
Thanks for the find @izderadicka . Its a very critical requirement.
@maximus9600 I have the same issue. Please fix it
@izderadicka Could you please clarify. Did you fix this issue?