lhwdev
08/03/2021, 9:22 AMif(someState) Content(), the internal states may fly away. (such as value remembered by remember {})
Generally speaking, can I prevent emitting the nodes? (Maybe linking to another composition with wrapper Applier which conditionally delegates to parent applier..? - this would overkill)yousefa2
08/03/2021, 11:55 AMContent() when you want to display it?lhwdev
08/03/2021, 12:00 PMlhwdev
08/03/2021, 12:02 PMa little little bit slower?
I thought this when I implement custom animation to navigation; things still happen in the back stack so I wanted to get rid of them out of UI tree.