Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/org/adblockplus/android/ConfigurationActivity.java

Issue 6074937345310720: Issue 1262 - Wrong proxy configuration message (Closed)
Patch Set: Created Aug. 26, 2014, 12:51 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/org/adblockplus/android/ConfigurationActivity.java
diff --git a/src/org/adblockplus/android/ConfigurationActivity.java b/src/org/adblockplus/android/ConfigurationActivity.java
index 1d108887f347a66c6d21dd52d5cf574906a77d4a..072f65542a4d7974a9f2797024e87d9c4e8c7edb 100644
--- a/src/org/adblockplus/android/ConfigurationActivity.java
+++ b/src/org/adblockplus/android/ConfigurationActivity.java
@@ -51,7 +51,7 @@ public class ConfigurationActivity extends Activity
public void onHelp(final View view)
{
final Intent intent;
- if (Utils.isNativeProxySupported(this))
+ if (ProxyService.GLOBAL_PROXY_USER_CONFIGURABLE)
{
intent = new Intent(this, ProxyConfigurationActivity.class).putExtra("port", port);
}
« no previous file with comments | « src/org/adblockplus/android/AdvancedPreferences.java ('k') | src/org/adblockplus/android/ProxyConfigurationActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld