Skip to content

Instantly share code, notes, and snippets.

@passiondroid
Last active December 28, 2017 10:22
Show Gist options
  • Save passiondroid/1ddb1ea3b2df7fb2450d8e18332ac16a to your computer and use it in GitHub Desktop.
Save passiondroid/1ddb1ea3b2df7fb2450d8e18332ac16a to your computer and use it in GitHub Desktop.
public boolean canReuseUpdatedViewHolder(@NonNull RecyclerView.ViewHolder viewHolder) {
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment