Marino Faggiana 6 years ago
parent
commit
417c7eb074
1 changed files with 1 additions and 1 deletions
  1. 1 1
      iOSClient/AppDelegate.m

+ 1 - 1
iOSClient/AppDelegate.m

@@ -1493,7 +1493,7 @@
         }
         }
     }
     }
     
     
-    // Verify Downloading
+    // Verify Downloading TODO: move in new acrivity/transfers view
     if (counterNewDownloadUpload == 0) {
     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];
         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];