Browse Source

remove OPTIMIZATION on CCPhotos

Marino Faggiana 7 years ago
parent
commit
8bf0ffbd36
1 changed files with 2 additions and 2 deletions
  1. 2 2
      iOSClient/Photos/CCPhotos.m

+ 2 - 2
iOSClient/Photos/CCPhotos.m

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