Remove unused

pull/1457/head
TM 1 year ago
parent 0744ae2622
commit 00b7858517

@ -106,7 +106,6 @@ fun NiaApp(appState: NiaAppState, modifier: Modifier = Modifier) {
val isOffline by appState.isOffline.collectAsStateWithLifecycle()
// If user is not connected to the internet show a snack bar to inform them.
val notConnectedMessage = stringResource(R.string.not_connected)
LaunchedEffect(isOffline) {
if (isOffline) {
snackbarHostState.handleError(ctx, Offline)

Loading…
Cancel
Save