AmrDeveloper / TreeView

Multi roots TreeView :palm_tree: implementation for Android Platform with a lot of options and customization
https://amrdeveloper.github.io/TreeView/
MIT License
177 stars 24 forks source link

click item to change data ,then update view #24

Closed panliang-rm closed 4 months ago

panliang-rm commented 5 months ago

sorry, i,don' t know why i can't get the current viewholder TreeViewHolderFactory factory = (view, i) -> { addPlanTreeViewHolder = new AddPlanTreeViewHolder(view, context); return addPlanTreeViewHolder; }; is null,i want to update list