Bryan Lee
12/26/2019, 7:10 PMAdam Powell
12/26/2019, 7:15 PMcontainer.setContent {}
when you dispose of a compose subhierarchy it should clear things out. I think the activity variant does this automatically but I don't recallsetContent
with an empty content block)Bryan Lee
12/26/2019, 8:04 PMAdam Powell
12/26/2019, 8:09 PMsetContent
extensions you can see what a bunch of them do under the hood to build the composition; the dispose helpers all basically just recompose with empty content to clear thingsBryan Lee
12/26/2019, 8:28 PMAdam Powell
12/26/2019, 8:32 PM