mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-25 03:11:10 +01:00
Add Device to Device Transfer UI.
This commit is contained in:
committed by
Greyson Parrelli
parent
6f8be3260c
commit
75aab4c031
@@ -200,7 +200,7 @@ public class ApplicationDependencies {
|
||||
}
|
||||
}
|
||||
|
||||
public static void closeConnectionsAfterProxyFailure() {
|
||||
public static void closeConnections() {
|
||||
synchronized (LOCK) {
|
||||
if (incomingMessageObserver != null) {
|
||||
incomingMessageObserver.terminateAsync();
|
||||
@@ -220,7 +220,7 @@ public class ApplicationDependencies {
|
||||
public static void resetNetworkConnectionsAfterProxyChange() {
|
||||
synchronized (LOCK) {
|
||||
getPipeListener().reset();
|
||||
closeConnectionsAfterProxyFailure();
|
||||
closeConnections();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user