Marino Faggiana 7 жил өмнө
parent
commit
b796234661

+ 3 - 1
iOSClient/Photos/CCPhotos.m

@@ -582,7 +582,9 @@
     if (appDelegate.activeAccount.length == 0 || _isSearchMode)
     if (appDelegate.activeAccount.length == 0 || _isSearchMode)
         return;
         return;
     
     
-    //tableAccount *account = [[NCManageDatabase sharedInstance] getAccountActive];
+    // WAITING FOR d:creationdate
+    //
+    // tableAccount *account = [[NCManageDatabase sharedInstance] getAccountActive];
     // account.dateSearchContentTypeImageVideo
     // account.dateSearchContentTypeImageVideo
     
     
     [[CCActions sharedInstance] search:@"" fileName:@"" depth:@"infinity" date:[NSDate distantPast] contenType:@[@"image/%", @"video/%"] selector:selectorSearchContentType delegate:self];
     [[CCActions sharedInstance] search:@"" fileName:@"" depth:@"infinity" date:[NSDate distantPast] contenType:@[@"image/%", @"video/%"] selector:selectorSearchContentType delegate:self];