lucasr / twoway-view

[DEPRECATED] RecyclerView made simple
5.23k stars 1.02k forks source link

Removing last item #224

Open irttboopathy opened 9 years ago

irttboopathy commented 9 years ago

We have written our Cursor Adapter for TwoWayView recycler view. And I scrolled to the last position of the list, and removed item from database and notifying the cursor object. It did correctly by removing the item, but forgets to reposition the items from the bottom, so that there is some space at the end of the list. Only when I recreate the view, it is positioning properly.

ouyanx commented 9 years ago

We have the same problem!!!!