mirror of https://github.com/M66B/FairEmail.git
Oops
This commit is contained in:
parent
665668d52c
commit
48443db73b
|
@ -931,7 +931,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||||
|
|
||||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(this);
|
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(this);
|
||||||
boolean updates = prefs.getBoolean("updates", true);
|
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);
|
long last_update_check = prefs.getLong("last_update_check", 0);
|
||||||
|
|
||||||
if (!always && !updates)
|
if (!always && !updates)
|
||||||
|
|
Loading…
Reference in New Issue