You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a SwipeFlingAdapterView inside of a RecyclerView and it's working great, except for one issue. Whenever the view gets recycled and rebound, I do a SwipeFlingAdapterView.setAdapter() which usually has a different data set than the previous adapter, but the SwipeFlingAdapterView still shows the same card items as before it got recycled. That's until I swipe one card away, then the card views refresh which looks as a sudden change of the second card in the stack.
I managed to get around this by setting the view holder as non-recyclable, which is not an issue, since I only have one card stack in the list. I haven't tested if the same thing occurs outside of a RecyclerView.
I'm using the library as of commit a6fdfaa60fadd56fd5eb8acb2ff8922d2dd4d257.
The text was updated successfully, but these errors were encountered:
Hi, thank you for the great library.
I'm using a
SwipeFlingAdapterView
inside of aRecyclerView
and it's working great, except for one issue. Whenever the view gets recycled and rebound, I do aSwipeFlingAdapterView.setAdapter()
which usually has a different data set than the previous adapter, but theSwipeFlingAdapterView
still shows the same card items as before it got recycled. That's until I swipe one card away, then the card views refresh which looks as a sudden change of the second card in the stack.I managed to get around this by setting the view holder as non-recyclable, which is not an issue, since I only have one card stack in the list. I haven't tested if the same thing occurs outside of a
RecyclerView
.I'm using the library as of commit
a6fdfaa60fadd56fd5eb8acb2ff8922d2dd4d257
.The text was updated successfully, but these errors were encountered: