Marino Faggiana 6 years ago
parent
commit
8f45e78fd9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      iOSClient/Favorites/CCFavorites.m

+ 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