Marino Faggiana 6 жил өмнө
parent
commit
8f45e78fd9

+ 1 - 1
iOSClient/Favorites/CCFavorites.m

@@ -660,7 +660,7 @@
 
 - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView
 {
-    return 1;
+    return [[sectionDataSource.sectionArrayRow allKeys] count];
 }
 
 - (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section