Let watchdog check the network state

pull/178/head
M66B 5 years ago
parent c5e36dd1cb
commit a2e1bb5f2a

@ -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) {

Loading…
Cancel
Save