Let watchdog check the network state

This commit is contained in:
M66B 2020-04-30 11:25:27 +02:00
parent c5e36dd1cb
commit a2e1bb5f2a
1 changed files with 1 additions and 1 deletions

View File

@ -746,7 +746,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
private void onWatchdog(Intent intent) {
schedule(this);
onEval(intent);
networkCallback.onCapabilitiesChanged(null, null);
}
private NotificationCompat.Builder getNotificationService(Integer accounts, Integer operations) {