I'm using a RecyclerView. After adding items to the RecyclerView, I need to call:
notifyItemRangeInserted(int positionStart, int itemCount);
However, this shows a sort of "slide down" animation. Is there a way that I can disable this animation?
Thanks.