wasabeef / recyclerview-animators

An Android Animation library which easily add itemanimator to RecyclerView items.
Apache License 2.0
11.51k stars 1.98k forks source link

Scroll down when item is added in index 0 #101

Closed ErenRavenHeart closed 8 years ago

ErenRavenHeart commented 8 years ago

I have list that contains user notifications and the new notifications are added dynamically at index 0 of the list however the problem is that when I try to add the notification the animation won't be seen because the list does not scroll down, the user have to scroll it down themselves just to see the new notification on the top.

I hope you understand my problem..

ErenRavenHeart commented 8 years ago

duplicate issue