Update BrowserActivity.java

This commit is contained in:
Anthony Restaino 2014-07-25 21:15:45 -04:00
parent ea078dddc5
commit 9bb947e249

View File

@ -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);