Browse Source

check invalidate metadata

Marino Faggiana 6 years ago
parent
commit
8dd89bc726
1 changed files with 2 additions and 0 deletions
  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;
     }