fix: location services wifi toggle
This commit is contained in:
parent
11efad703c
commit
7285af5c2d
|
@ -106,7 +106,7 @@ fun AutoTunnelScreen(uiState: AppUiState, viewModel: AutoTunnelViewModel = hiltV
|
||||||
showLocationServicesAlertDialog,
|
showLocationServicesAlertDialog,
|
||||||
onDismiss = { showLocationServicesAlertDialog = false },
|
onDismiss = { showLocationServicesAlertDialog = false },
|
||||||
onAttest = {
|
onAttest = {
|
||||||
viewModel.onToggleTunnelOnWifi()
|
showLocationServicesAlertDialog = false
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue