Weekly updates if Play store installed

This commit is contained in:
M66B
2021-06-01 10:01:47 +02:00
parent 246aca3c17
commit 2cbe2f10e9
2 changed files with 3 additions and 3 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", false);
boolean weekly = prefs.getBoolean("weekly", Helper.hasPlayStore(getContext()));
long last_update_check = prefs.getLong("last_update_check", 0);
if (!always && !updates)