Send NOOP on notice

This commit is contained in:
M66B 2020-11-23 09:35:39 +01:00
parent 8e76d93f7a
commit 287332e67a
1 changed files with 1 additions and 1 deletions

View File

@ -964,7 +964,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
EntityLog.log(ServiceSynchronize.this, account.name + " notice: " + message);
// Store NOOP
//iservice.getStore().isConnected();
iservice.getStore().isConnected();
if ("Still here".equals(message) && !isTransient(account)) {
long now = new Date().getTime();