This commit is contained in:
M66B
2020-10-25 15:14:38 +01:00
parent 182c667d36
commit 8f33714f6e

View File

@@ -796,6 +796,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
}
private void onWatchdog(Intent intent) {
EntityLog.log(this, "Watchdog");
schedule(this, false);
networkCallback.onCapabilitiesChanged(null, null);
}