Browse Source

clear code

Marino Faggiana 7 years ago
parent
commit
b796234661
1 changed files with 3 additions and 1 deletions
  1. 3 1
      iOSClient/Photos/CCPhotos.m

+ 3 - 1
iOSClient/Photos/CCPhotos.m

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