fix: location services wifi toggle

This commit is contained in:
Zane Schepke 2024-12-18 20:19:38 -05:00
parent 11efad703c
commit 7285af5c2d
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ fun AutoTunnelScreen(uiState: AppUiState, viewModel: AutoTunnelViewModel = hiltV
showLocationServicesAlertDialog,
onDismiss = { showLocationServicesAlertDialog = false },
onAttest = {
viewModel.onToggleTunnelOnWifi()
showLocationServicesAlertDialog = false
},
)