Garan Jenkin
11/08/2021, 2:47 PMLaunchedEffect(connectionStatus) {
// screenStarted holds whether this screen is topmost or just peeking from behind a swipe
if (screenStarted && connectionStatus == FanControlService.FanConnectionStatus.CONNECTED) {
appState.navHostController.navigate(Screen.CONNECTED.route)
}
}