How to save current scroll position for RecyclerView on item deletes?
I have a chat RecyclerView, I want to prevent RecyclerView from auto scrolling to last item on item deleted. I want to make the smooth scroll only on activity starts. Below, a code samples for setting up the RecyclerView and the message deleting process. If anyone can help me. Thank you… Setting RecyclerView private fun… Read More How to save current scroll position for RecyclerView on item deletes?