Update BrowserActivity.java
This commit is contained in:
parent
ea078dddc5
commit
9bb947e249
@ -504,7 +504,6 @@ public class BrowserActivity extends Activity implements BrowserController {
|
|||||||
if (!oh.isOrbotRunning()) {
|
if (!oh.isOrbotRunning()) {
|
||||||
oh.requestOrbotStart(this);
|
oh.requestOrbotStart(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
String host = mPreferences.getString(PreferenceConstants.USE_PROXY_HOST, "localhost");
|
String host = mPreferences.getString(PreferenceConstants.USE_PROXY_HOST, "localhost");
|
||||||
int port = mPreferences.getInt(PreferenceConstants.USE_PROXY_PORT, 8118);
|
int port = mPreferences.getInt(PreferenceConstants.USE_PROXY_PORT, 8118);
|
||||||
|
Loading…
Reference in New Issue
Block a user