pull/199/head 1.1603
M66B 3 years ago
parent 665668d52c
commit 48443db73b

@ -931,7 +931,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(this);
boolean updates = prefs.getBoolean("updates", true);
boolean weekly = prefs.getBoolean("weekly", Helper.hasPlayStore(getContext()));
boolean weekly = prefs.getBoolean("weekly", Helper.hasPlayStore(this));
long last_update_check = prefs.getLong("last_update_check", 0);
if (!always && !updates)

Loading…
Cancel
Save