Explorar o código

check invalidate metadata

Marino Faggiana %!s(int64=7) %!d(string=hai) anos
pai
achega
8dd89bc726
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      iOSClient/Photos/CCPhotos.m

+ 2 - 0
iOSClient/Photos/CCPhotos.m

@@ -824,6 +824,8 @@
     
     // check if metadata is invalidated
     if ([[NCManageDatabase sharedInstance] isTableInvalidated:metadata]) {
+        [self.fileIDHide addObject:metadata.fileID];
+        [self reloadDatasource];
         return NO;
     }