Added option to run rules daily

This commit is contained in:
M66B
2022-12-23 14:06:25 +01:00
parent 5b73a1a4e8
commit 6cdd2a36aa
12 changed files with 3043 additions and 4 deletions

View File

@@ -206,6 +206,7 @@ public class FragmentOptionsSynchronize extends FragmentBase implements SharedPr
@Override
public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
prefs.edit().putBoolean("enabled", checked).apply();
WorkerDailyRules.init(compoundButton.getContext());
}
});