|
@@ -608,11 +608,8 @@
|
|
|
CCSectionDataSourceMetadata *tempSectionDataSource = [CCSectionMetadata creataDataSourseSectionMetadata:results listProgressMetadata:nil groupByField:@"date" activeAccount:appDelegate.activeAccount];
|
|
|
|
|
|
dispatch_async(dispatch_get_main_queue(), ^{
|
|
|
- // OPTIMIZED
|
|
|
- //if (tempSectionDataSource.totalSize != _sectionDataSource.totalSize || tempSectionDataSource.files != _sectionDataSource.files) {
|
|
|
- _sectionDataSource = [tempSectionDataSource copy];
|
|
|
- [self reloadCollection];
|
|
|
- //}
|
|
|
+ _sectionDataSource = [tempSectionDataSource copy];
|
|
|
+ [self reloadCollection];
|
|
|
});
|
|
|
});
|
|
|
}
|