Marino Faggiana 6 anni fa
parent
commit
eaf491b305
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      iOSClient/AppDelegate.m

+ 1 - 1
iOSClient/AppDelegate.m

@@ -1499,7 +1499,7 @@
         }
     }
     
-    // No Download/upload available ? remove errors
+    // No Download/upload available ? --> remove errors for retry
     if (counterNewDownloadUpload == 0) {
         
         NSArray *metadatas = [[NCManageDatabase sharedInstance] getMetadatasWithPredicate:[NSPredicate predicateWithFormat:@"account == %@ AND (status == %d OR status == %d)", _activeAccount, k_metadataStatusDownloadError, k_metadataStatusUploadError] sorted:nil ascending:NO];