thorbenprimke / realm-recyclerview

A RecyclerView that is powered by Realm and lots more
555 stars 151 forks source link

setItemAnimator is not working #79

Closed ahmadalibaloch closed 5 years ago

ahmadalibaloch commented 8 years ago

I am using https://github.com/wasabeef/recyclerview-animators to set Item Animator but its not working at all. This is how I set Item Animator mRealmRecyclerView.getRecycleView().setItemAnimator(new SlideInLeftAnimator());