mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-27 11:46:58 +02:00
UX rework: Directory section: Do inconspicuous pagination
This commit is contained in:
@@ -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])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user