I am working with recycler view and I have a small problem. So I have a list of products in the parent recyclerview1 but in this I have another recyclerview2 in the recyclerview1 as the end item. I can add items from recyclerview2 to recyclerview1 however when I scroll to the bottom to add and the new item is added into the recyclerview1, the recyclerview1 is slightly scrolled to the bottom to accommodate new item on screen however I don't want it to move downwards however I can add more products to cart.
I am already using diffutil. Do you have any suggestions?
Thanks in advance :D