View hierarchy order
Open
bug
- Dominant language
- Kotlin
- Stars
- 164
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
There are some cases where view hierarchy order is required, resulting in undesired behaviour.
Fix this so child views order is respected when required.
Example:
Parent with 2 children.
Transitionhandler slides for Child2, no animation for Child1.
Child1 as default.
Push Child2.
Child2 slides in.
Pop Child2.
Child1 is placed on top of child2(So exist transition is not visible, or it visible under Chidl1 if Child1 background is transparent.)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.