Turns out I had set fixedSize to true :
recyclerView.setHasFixedSize(true);
And thanks to this https://stackoverflow.com/a/40373122/2437227,
I tried without it and it works.
solved Recyclerview notifyItemInserted not updating scrollbar
Turns out I had set fixedSize to true :
recyclerView.setHasFixedSize(true);
And thanks to this https://stackoverflow.com/a/40373122/2437227,
I tried without it and it works.
solved Recyclerview notifyItemInserted not updating scrollbar