mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-17 21:47:28 +00:00
parent
d4887e11be
commit
4371708fc4
@ -67,8 +67,13 @@ public class TransportOptions {
|
|||||||
|
|
||||||
public void disableTransport(Type type) {
|
public void disableTransport(Type type) {
|
||||||
Optional<TransportOption> option = find(type);
|
Optional<TransportOption> option = find(type);
|
||||||
|
|
||||||
if (option.isPresent()) {
|
if (option.isPresent()) {
|
||||||
enabledTransports.remove(option.get());
|
enabledTransports.remove(option.get());
|
||||||
|
|
||||||
|
if (manuallySelected && type == selectedType) {
|
||||||
|
manuallySelected = false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user