SyntaxFix
Write A Post
Hire A Developer
Questions
In my case this worked.
@Override public void onViewRecycled(MyViewHolder holder) { holder.checkbox.setChecked(false); // - this line do the trick super.onViewRecycled(holder); }