UX rework: Directory section: Do inconspicuous pagination

This commit is contained in:
manuroe
2017-04-07 14:44:34 +02:00
parent 8cb19c2ee8
commit 828a0d9339
2 changed files with 84 additions and 2 deletions
+2 -1
View File
@@ -335,7 +335,8 @@
{
if (indexPath.section == directorySection)
{
return [_publicRoomsDirectoryDataSource tableView:tableView cellForRowAtIndexPath:indexPath];
NSIndexPath *indexPathInPublicRooms = [NSIndexPath indexPathForRow:indexPath.row inSection:0];
return [_publicRoomsDirectoryDataSource tableView:tableView cellForRowAtIndexPath:indexPathInPublicRooms];
}
else if (self.droppingCellIndexPath && [indexPath isEqual:self.droppingCellIndexPath])
{