RecyclerView scrolls to top position when change the adapter data
问题 I am doing the like and dislike for a post in a RecyclerView , I call the api after changing the view but the problem is that the RecyclerView always scrolls to the top when I notify it with the updates. this is my adapter code : likeAnim.setOnLikeListener(object : OnLikeListener { override fun liked(p0: LikeButton?) { if (commentList[position]!!.liked) { // likeButton.setBackgroundResource(R.drawable.heart_ico) isLiked = false callback(commentList[position], 2, layoutPosition) } else { //