(iOS) Fix the file browsers refresh button

This commit is contained in:
meancoot 2013-06-14 13:11:59 -04:00
parent 4a4aa4b6c5
commit 8d253a0511

View File

@ -74,6 +74,8 @@
'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z' };
static const uint32_t sectionCount = sizeof(sectionNames) / sizeof(sectionNames[0]);
self.sections = [NSMutableArray array];
// Need one array per section
NSMutableArray* sectionLists[sectionCount];
for (int i = 0; i != sectionCount; i ++)