recyclerview-animators
recyclerview-animators copied to clipboard
Don't work with last item
I tried and see that when remove last item, the animation don't working. Could you please check it?
Same here. Works for items in the middle and the first one too. But doesn't work for the last item.
^^ is that still an issue, I having have the same problem too
@wasabeef can you please look into this issue?
@sinhpn92 , @mayuroks , @vijaysai07 @ilyaoleksiv0524 use viewHolder.getAdapterPosition() instead of position. Works for me this way
it didn't work for me @abhinav011085
Same issue again, any help?
+1
I found the solution:set recyclerview's width/height to match_parent
https://stackoverflow.com/a/39706678