Andrea
11/17/2022, 10:05 PMJoseph Hawkes-Cates
11/18/2022, 3:29 PMLaunchedEffect(Unit)
. It will only run when the composable first enters composition. When you switch from view A -> B, view A should exit composition entirely. So when you switch back to A, the LaunchedEffect should run again.dewildte
11/18/2022, 7:34 PMAndrea
11/18/2022, 7:43 PMJoseph Hawkes-Cates
11/18/2022, 7:49 PMAndrea
11/18/2022, 7:57 PM