Browse Source

dev Photos

Marino Faggiana 6 years ago
parent
commit
06178ac093
1 changed files with 0 additions and 8 deletions
  1. 0 8
      iOSClient/Photos/CCPhotos.m

+ 0 - 8
iOSClient/Photos/CCPhotos.m

@@ -816,14 +816,6 @@
 {
     // Test
     
-    // exists
-    tableMetadata *existsMetadata = [[NCManageDatabase sharedInstance] getMetadataWithPredicate:[NSPredicate predicateWithFormat:@"fileID == %@", metadata.fileID]];
-    if (!existsMetadata) {
-        [fileIDHide addObject:metadata.fileID];
-        [self reloadDatasource];
-        return NO;
-    }
-    
     // Background ? exit
     if ([[UIApplication sharedApplication] applicationState] == UIApplicationStateBackground)
         return NO;