Skip to content

Commit b489e13

Browse files
committed
stop meek proxy on ask tor API error, it only stopped on success previously
1 parent 696ba6c commit b489e13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/org/torproject/android/ui/connect/ConfigConnectionBottomSheet.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@ class ConfigConnectionBottomSheet :
267267
requireContext(),
268268
R.string.error_asking_tor_for_bridges,
269269
Toast.LENGTH_LONG
270-
)
271-
.show()
270+
).show()
271+
proxy.stop(IPtProxy.MeekLite)
272272
}
273273
})
274274
}

0 commit comments

Comments
 (0)