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

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

Issue 6049598447550464: Issue 728 - Filter update information is not immediately displayed after re-selecting a previously … (Closed)
Patch Set: Created Sept. 24, 2014, 12:26 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/org/adblockplus/android/Preferences.java
diff --git a/src/org/adblockplus/android/Preferences.java b/src/org/adblockplus/android/Preferences.java
index 190344e8103386c076584ae58931b22598544c21..29440c03635291965b34993c37e66e43a219b1be 100755
--- a/src/org/adblockplus/android/Preferences.java
+++ b/src/org/adblockplus/android/Preferences.java
@@ -441,7 +441,10 @@ public class Preferences extends SummarizedPreferences
{
final String url = sharedPreferences.getString(key, null);
if (url != null)
+ {
application.setSubscription(url);
+ application.updateSubscriptionStatus(url);
+ }
}
else if (getString(R.string.pref_hideicon).equals(key))
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld