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

+ 1 - 0
iOSClient/Photos/CCPhotos.m

@@ -697,6 +697,7 @@
                 // OPTIMIZED
                 if (tempSectionDataSource.totalSize != _sectionDataSource.totalSize || tempSectionDataSource.files != _sectionDataSource.files) {
                     _sectionDataSource = [tempSectionDataSource copy];
+                    [self reloadCollection];
                 }
                 if (fromSearch)
                     [self searchInProgress:NO];