mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
1.2010b release
This commit is contained in:
@@ -1504,7 +1504,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(this);
|
||||
boolean updates = prefs.getBoolean("updates", true);
|
||||
boolean beta = prefs.getBoolean("beta", false);
|
||||
boolean beta = prefs.getBoolean("beta", false) && false;
|
||||
boolean weekly = prefs.getBoolean("weekly", Helper.hasPlayStore(this));
|
||||
long last_update_check = prefs.getLong("last_update_check", 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user