RecyclerTreeView icon indicating copy to clipboard operation
RecyclerTreeView copied to clipboard

bindView not type safe

Open MarcusWolschon opened this issue 5 years ago • 0 comments

"public abstract void bindView(VH holder, int position, TreeNode node);"

Despite TreeNode being generic, this method gets a generic TreeNode instead of a TreeNode<> for a specific kind of ViewHolder.

MarcusWolschon avatar Jun 18 '20 06:06 MarcusWolschon