Marino Faggiana %!s(int64=6) %!d(string=hai) anos
pai
achega
8df6fc445b
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      iOSClient/AppDelegate.m

+ 4 - 1
iOSClient/AppDelegate.m

@@ -1388,8 +1388,11 @@
             }
         }
     }
-  
+    
+    // ------------------------- < END > ----------------------
+
     // 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];