Colton Idle
09/09/2022, 12:46 PMLaunchedEffect(viewModel.screenState.something != null)
Should it instead be LaunchedEffect(viewModel.screenState.something
and then do the null check inside (or outside of) the LE?Zoltan Demant
09/09/2022, 12:50 PM.something
changes frequently for example, that might not be what youre looking for?Carl Benson
09/09/2022, 1:07 PMColton Idle
09/09/2022, 5:00 PMStylianos Gakis
09/09/2022, 5:49 PMyschimke
09/10/2022, 6:02 AMsomething
elsewhere.