1.2010b release

This commit is contained in:
M66B
2022-11-25 20:47:21 +01:00
parent c34a18b20c
commit 155ed8d698
5 changed files with 531612 additions and 2 deletions

View File

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