Scenario:
- my adapter supports two different view types: A & B
- the adapter is notified about 100 items of type A - everything is rendered correctly
- the adapter is notified about one item of type B insertion using
notifyItemRangeInserted
at position0
- 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?