This commit is contained in:
M66B 2021-06-01 10:03:01 +02:00
parent 665668d52c
commit 48443db73b
1 changed files with 1 additions and 1 deletions

View File

@ -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)