Sfoglia il codice sorgente

remove OPTIMIZATION on CCPhotos

Marino Faggiana 7 anni fa
parent
commit
8bf0ffbd36
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      iOSClient/Photos/CCPhotos.m

+ 2 - 2
iOSClient/Photos/CCPhotos.m

@@ -609,10 +609,10 @@
         
         dispatch_async(dispatch_get_main_queue(), ^{
             // OPTIMIZED
-            if (tempSectionDataSource.totalSize != _sectionDataSource.totalSize || tempSectionDataSource.files != _sectionDataSource.files) {
+            //if (tempSectionDataSource.totalSize != _sectionDataSource.totalSize || tempSectionDataSource.files != _sectionDataSource.files) {
                 _sectionDataSource = [tempSectionDataSource copy];
                 [self reloadCollection];
-            }
+            //}
         });
     });
 }