RecyclerView gets crashed [IllegalArgumentException] when use notifyItemChanged from Handler using Runnable June 13, 2023 by Tarik i had the same issue,i could handle it by disabling the animator of recyclerview: recyclerView.itemAnimator = null