mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 14:41:08 +00:00
Oops
This commit is contained in:
parent
665668d52c
commit
48443db73b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue