Scenario:
notifyItemRangeInserted
at position 0
- this item is "invisible"
by default and in order to see it I have to manually scroll up.How can I get this first item of type B "automatically" visible?
You can use this line of code after notify item of type B:
yourRecyclerView.smoothScrollToPosition(0);