2
0

Fixed a bug in PearlMutableStaticTableViewController.

This commit is contained in:
Maarten Billemont
2017-04-14 16:10:11 -04:00
parent cc5d246d7d
commit e3edd42b88
3 changed files with 18 additions and 10 deletions

View File

@@ -245,7 +245,7 @@ PearlEnum( MPDevelopmentFuelConsumption,
NSMutableArray *showCells = [NSMutableArray array];
NSMutableArray *hideCells = [NSMutableArray array];
[hideCells addObjectsFromArray:self.allCellsBySection[0]];
[hideCells addObjectsFromArray:[self.allCellsBySection[0] array]];
[hideCells addObject:self.loadingCell];
for (SKProduct *product in self.products) {