fix: Proxy Button
This commit is contained in:
parent
8b6fcf534f
commit
ec4189c675
@ -460,7 +460,7 @@ public class ProxyListActivity extends BaseFragment implements NotificationCente
|
||||
NotificationCenter.getInstance(currentAccount).addObserver(this, NotificationCenter.didUpdateConnectionState);
|
||||
|
||||
final SharedPreferences preferences = MessagesController.getGlobalMainSettings();
|
||||
useProxySettings = SharedConfig.proxyEnabled && !proxyList.isEmpty();
|
||||
useProxySettings = SharedConfig.proxyEnabled;
|
||||
useProxyForCalls = preferences.getBoolean("proxy_enabled_calls", false);
|
||||
|
||||
updateRows(true);
|
||||
|
Loading…
Reference in New Issue
Block a user