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

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

Issue 4705284891082752: Proxy configurators (Closed)
Patch Set: Last batch of review issues Created Aug. 24, 2014, 11:52 a.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
« no previous file with comments | « src/org/adblockplus/android/AdvancedPreferences.java ('k') | src/org/adblockplus/android/CrashHandler.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/org/adblockplus/android/ConfigurationActivity.java
diff --git a/src/org/adblockplus/android/ConfigurationActivity.java b/src/org/adblockplus/android/ConfigurationActivity.java
index 2a847ab058349c98d8846aa007d906072d0a6d5a..1d108887f347a66c6d21dd52d5cf574906a77d4a 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 (ProxyService.NATIVE_PROXY_SUPPORTED)
+ if (Utils.isNativeProxySupported(this))
{
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/CrashHandler.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld