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

Unified Diff: src/org/adblockplus/sbrowser/contentblocker/MoreBlockingPreferenceCategory.java

Issue 29341124: Issue 4029 - SharedPreference related crash on filter list fetch (Closed)
Patch Set: Created May 10, 2016, 12:15 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
« no previous file with comments | « src/org/adblockplus/sbrowser/contentblocker/ListedSubscriptionsPreferenceCategory.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/org/adblockplus/sbrowser/contentblocker/MoreBlockingPreferenceCategory.java
diff --git a/src/org/adblockplus/sbrowser/contentblocker/MoreBlockingPreferenceCategory.java b/src/org/adblockplus/sbrowser/contentblocker/MoreBlockingPreferenceCategory.java
index 39c7535f4a552b282df7575d1876158af4396225..48a24695b45d1e08409df27b8222fb565ca1600c 100644
--- a/src/org/adblockplus/sbrowser/contentblocker/MoreBlockingPreferenceCategory.java
+++ b/src/org/adblockplus/sbrowser/contentblocker/MoreBlockingPreferenceCategory.java
@@ -86,7 +86,7 @@ public class MoreBlockingPreferenceCategory extends PreferenceCategory implement
@Override
protected void onAttachedToActivity()
{
- EngineService.startService(this.getContext(), this);
+ EngineService.startService(this.getContext().getApplicationContext(), this);
super.onAttachedToActivity();
}
« no previous file with comments | « src/org/adblockplus/sbrowser/contentblocker/ListedSubscriptionsPreferenceCategory.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld