You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems to be a general issue with getting sizes from the tree, root.size is also affected.
I solved it by expanding and then collapsing all nodes before the view gets rendered.
After that you can check the selected.size successfully, but you still need to count your nodes on your own
When the parent node is not expanded,
androidTreeView.getSelected()
cannot get the correct selection when the parent node is checked.The text was updated successfully, but these errors were encountered: