Disable watchdog on disabling receive

This commit is contained in:
M66B
2020-10-25 17:37:12 +01:00
parent 63d1e511f3
commit efe2fec79d
2 changed files with 3 additions and 1 deletions

View File

@@ -148,6 +148,7 @@ public class FragmentOptionsSynchronize extends FragmentBase implements SharedPr
prefs.edit().putBoolean("enabled", checked).apply();
ServiceSynchronize.reschedule(getContext());
WorkerCleanup.init(getContext());
WorkerWatchdog.init(getContext());
}
});