nemanja-kovacevic / recycler-view-swipe-to-delete

Sample project showing "swipe to delete" on a recycler view with no 3rd parties involved. It also include drawing on empty space while items are animating and an "undo" option
334 stars 96 forks source link

No animation when last item is deleted in recyclerview. #4

Open VigneshRamakrishnan opened 7 years ago

VigneshRamakrishnan commented 7 years ago

We set up the Itemdecoration to draw in the canvas. This does not work when we delete the last item in the recyclerview. The lastviewcomingdown is null, when i debugged and checked. Please help.

Claffolo commented 7 years ago

I have the same issue @VigneshRamakrishnan. Did you manage to solve this?

danieldaeschle commented 4 years ago

Any update? Any solution?