Kevin Worth
09/23/2024, 7:29 PMKevin Worth
09/23/2024, 7:29 PMKevin Worth
09/23/2024, 7:36 PMDisposableEffect
, instead of LaunchedEffect
? Or…? It seems like everything should be created from scratch. I would think the composable has been completely destroyed and recreated, so how could it remember anything from when the tree included something with the same model (in this case “Baz”)?Pablichjenkov
09/24/2024, 1:44 AMKevin Worth
09/24/2024, 12:44 PMKevin Worth
09/24/2024, 1:11 PMrememberDismissState(…)
to remember { DismissState(…) }
and that did it. Now it will be interesting to consider what tradeoffs just happened… 🤔Pablichjenkov
09/24/2024, 1:34 PM