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

+ 1 - 0
iOSClient/AppDelegate.m

@@ -1495,6 +1495,7 @@
     
     // Verify Downloading
     // TODO: move in new acrivity/transfers view
+    //
     if (counterNewDownloadUpload == 0) {
         
         NSArray *recordsInDownloading = [[NCManageDatabase sharedInstance] getMetadatasWithPredicate:[NSPredicate predicateWithFormat:@"account == %@ AND session != %@ AND status == %d", self.activeAccount, k_download_session_extension, k_metadataStatusDownloading] sorted:@"fileName" ascending:true];