Marino Faggiana 7 жил өмнө
parent
commit
76c18f337c

+ 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];