recyclerview-animators icon indicating copy to clipboard operation
recyclerview-animators copied to clipboard

Don't work with last item

Open sinhpn92 opened this issue 7 years ago • 8 comments

I tried and see that when remove last item, the animation don't working. Could you please check it?

sinhpn92 avatar Sep 07 '17 02:09 sinhpn92

Same here. Works for items in the middle and the first one too. But doesn't work for the last item.

mayuroks avatar Sep 30 '17 04:09 mayuroks

^^ is that still an issue, I having have the same problem too

vijaysai07 avatar Nov 30 '17 22:11 vijaysai07

@wasabeef can you please look into this issue?

ilyaoleksiv0524 avatar Dec 04 '17 18:12 ilyaoleksiv0524

@sinhpn92 , @mayuroks , @vijaysai07 @ilyaoleksiv0524 use viewHolder.getAdapterPosition() instead of position. Works for me this way

abhinav011085 avatar Jul 18 '19 08:07 abhinav011085

it didn't work for me @abhinav011085

gabriel-TheCode avatar May 02 '20 04:05 gabriel-TheCode

Same issue again, any help?

liguopengbenli avatar Apr 19 '22 20:04 liguopengbenli

+1

W-quan avatar May 06 '23 07:05 W-quan

I found the solution:set recyclerview's width/height to match_parent https://stackoverflow.com/a/39706678

W-quan avatar May 09 '23 07:05 W-quan