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,
|
||||
onDismiss = { showLocationServicesAlertDialog = false },
|
||||
onAttest = {
|
||||
viewModel.onToggleTunnelOnWifi()
|
||||
showLocationServicesAlertDialog = false
|
||||
},
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue