Describe the bug
When the tree is shown for the first time, it is all expanded but the treeNode class has a false set in isExpanded variable, because of this when you tap on the node it expands again replicating it's childrens.
To Reproduce
Steps to reproduce the behavior:
- Just create a Tree with atleast 3 child'
- Expand the First Node
- you will see duplicate child node
Expected behavior
Either the tree should be collapsed from the start or isExpanded should be set to true.
Screenshots


Smartphone (please complete the following information):
- Device: Nothing Phone 1
- OS: Android (Nothing OS)
- Version: 14 (2.5.3)
Additional context
Add any other context about the problem here.