mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
@@ -67,6 +67,11 @@ public final class SignalProxyUtil {
|
||||
startListeningToWebsocket();
|
||||
}
|
||||
|
||||
public static void disableAndClearProxy(){
|
||||
disableProxy();
|
||||
SignalStore.proxy().setProxy(null);
|
||||
}
|
||||
|
||||
/**
|
||||
* A blocking call that will wait until the websocket either successfully connects, or fails.
|
||||
* It is assumed that the app state is already configured how you would like it, e.g. you've
|
||||
|
||||
Reference in New Issue
Block a user