I have fixed number of items in recycler view, but I update data every 10 seconds and calling notifyDataSetChanged();
When I scrolled to Nth item (EX:20th item) and on notifyDataSetChanged() called recycler view getting refreshed and auto-scroll back to 1st item. How can I stop scrolling and update the recycler view? Thanks in advance.