Redgram / redgram-for-reddit

An Open-Sourced Android Reddit Client
GNU General Public License v3.0
102 stars 19 forks source link

notifyItemInserted/Removed don't update items' positions #33

Closed mhdatie closed 7 years ago

mhdatie commented 8 years ago

This happens when an item is removed from the list without notifying the rest of the list of the changes made. Found solution with an explanation here:

http://stackoverflow.com/a/33211061/2898754

Ticket to stay opened till there is a fix for the animation as well

mhdatie commented 8 years ago

Fix the animation.

when calling notifyItemRangeChanged after insert and remove, the items insert and delete are no longer smooth.

mhdatie commented 7 years ago

Animation to be developed in #45