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

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

Issue 29345540: Issue 4030 - Move JNI bindings into separate library project (Closed)
Patch Set: Changeset in adblockplusandroid repo Created July 22, 2016, 12:10 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/ABPEngine.java
diff --git a/src/org/adblockplus/android/ABPEngine.java b/src/org/adblockplus/android/ABPEngine.java
index 076655cd710b332d8c7571291ec1818c4b6fafd6..458a222cf52f7b21ee38881b2e377399f7efa319 100644
--- a/src/org/adblockplus/android/ABPEngine.java
+++ b/src/org/adblockplus/android/ABPEngine.java
@@ -336,7 +336,7 @@ public final class ABPEngine
final Subscription sub = this.filterEngine.getSubscription(url);
if (sub != null)
{
- Utils.updateSubscriptionStatus(this.context, sub);
+ AppUtils.updateSubscriptionStatus(this.context, sub);
}
}

Powered by Google App Engine
This is Rietveld