SyntaxFix
Write A Post
Hire A Developer
Questions
In my case where views do not have the same height, calling scrollToPosition on the LayoutManager worked to really scroll to the bottom and see fully the last item:
recycler.getLayoutManager().scrollToPosition(adapter.getItemCount() - 1);