Browse Source

dev Photos

Marino Faggiana 6 năm trước cách đây
mục cha
commit
06178ac093
1 tập tin đã thay đổi với 0 bổ sung8 xóa
  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;