Skip to content

Commit

Permalink
re-test proxy when enter configure proxy step
Browse files Browse the repository at this point in the history
  • Loading branch information
StageGuard committed Feb 20, 2025
1 parent 2ab8a6d commit a448da5
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,11 @@ fun OnboardingScreen(
) {
val configureProxyState = state.configureProxyState

DisposableEffect(Unit) {
configureProxyState.onRequestReTest()
onDispose { }
}

ConfigureProxyStep(
state = proxyState,
onUpdate = { new ->
Expand Down

0 comments on commit a448da5

Please sign in to comment.