android dont scroll when add item recyclerview code example
Example: android recyclerview disable auto scroll
RecyclerView will scroll to focused item. Try recyclerView.setFocusable(false)
RecyclerView will scroll to focused item. Try recyclerView.setFocusable(false)