Skip scheduling on watchdog

This commit is contained in:
M66B 2021-06-16 07:26:04 +02:00
parent 14126952da
commit 2e84193967
1 changed files with 1 additions and 1 deletions

View File

@ -1076,7 +1076,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
private void onWatchdog(Intent intent) {
EntityLog.log(this, "Watchdog");
schedule(this, false);
//schedule(this, false);
if (lastNetworkState == null || !lastNetworkState.isSuitable())
updateNetworkState(null, "watchdog");