Commit 8c8f7a70 authored by Grigory Fedorov's avatar Grigory Fedorov

SRV record used by default for new accounts.

parent 5d039818
......@@ -404,7 +404,7 @@ public class AccountManager implements OnLoadListener, OnWipeListener {
resource = "android" + StringUtils.randomString(8);
}
accountItem = addAccount(accountType.getProtocol(), true, host, port, serverName, userName,
accountItem = addAccount(accountType.getProtocol(), false, host, port, serverName, userName,
storePassword, password, resource, getNextColorIndex(), 0, StatusMode.available,
SettingsManager.statusText(), true, true, tlsRequired ? TLSMode.required : TLSMode.enabled,
false, useOrbot ? ProxyType.orbot : ProxyType.none, "localhost", 8080,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment