mirror of
https://github.com/gsantner/dandelion
synced 2024-11-24 13:22:08 +01:00
Merge master
This commit is contained in:
parent
6a49d1c0d6
commit
f9b46a0bf6
1 changed files with 0 additions and 1 deletions
|
@ -170,7 +170,6 @@ public class PodSelectionDialog extends AppCompatDialogFragment {
|
|||
if(pod.getPodUrl().getHost().endsWith(".onion") && checkboxTorPreset.isChecked()){
|
||||
AppSettings settings = app.getSettings();
|
||||
settings.setProxyHttpEnabled(true);
|
||||
settings.setProxyWasEnabled(false);
|
||||
settings.setProxyHttpPort(8118);
|
||||
settings.setProxyHttpHost("127.0.0.1");
|
||||
ProxyHandler.getInstance().updateProxySettings(getContext());
|
||||
|
|
Loading…
Reference in a new issue