Revert "Default weekly update check"

This reverts commit 243d7b836b.
This commit is contained in:
M66B
2021-05-31 06:39:03 +02:00
parent 5765df2e42
commit 3f84d97145
2 changed files with 2 additions and 2 deletions

View File

@@ -982,7 +982,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
swWatchdog.setChecked(prefs.getBoolean("watchdog", true));
swUpdates.setChecked(prefs.getBoolean("updates", true));
swCheckWeekly.setChecked(prefs.getBoolean("weekly", true));
swCheckWeekly.setChecked(prefs.getBoolean("weekly", false));
swCheckWeekly.setEnabled(swUpdates.isChecked());
grpUpdates.setVisibility(!BuildConfig.DEBUG &&
(Helper.isPlayStoreInstall() || !Helper.hasValidFingerprint(getContext()))