Skip to content
Snippets Groups Projects
Verified Commit 217d57de authored by Torsten Grote's avatar Torsten Grote
Browse files

remove two lines

parent d740257b
No related branches found
No related tags found
1 merge request!169Add setting for opting in or out of Tor bridges
Pipeline #14517 passed
......@@ -115,7 +115,6 @@ class SettingsFragment : PreferenceFragmentCompat() {
} else {
circumventionProvider.getSuitableBridgeTypes(country)
}
circumventionProvider.getSuitableBridgeTypes(country)
snowflakePref.isChecked = autoTypes.contains(SNOWFLAKE)
meekPref.isChecked = autoTypes.contains(MEEK)
obfs4Pref.isChecked = autoTypes.contains(NON_DEFAULT_OBFS4)
......
......@@ -263,7 +263,6 @@ public abstract class AbstractTorPlugin implements TorPlugin, EventListener {
logException(LOG, e, "Error while retrieving settings");
settings = new Settings();
}
// TODO reset actual plugin state, if this causes us to lose conn
updateConnectionStatus(networkManager.getNetworkStatus());
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment