mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 22:26:59 +02:00
Room member details: Add devices sections
- the device cell height is now adjustable
This commit is contained in:
@@ -746,7 +746,10 @@
|
||||
}
|
||||
else if (indexPath.section == devicesIndex)
|
||||
{
|
||||
return [DeviceTableViewCell cellHeight];
|
||||
if (indexPath.row < devicesArray.count)
|
||||
{
|
||||
return [DeviceTableViewCell cellHeightWithDeviceInfo:devicesArray[indexPath.row] andCellWidth:self.tableView.frame.size.width];
|
||||
}
|
||||
}
|
||||
|
||||
return TABLEVIEW_ROW_CELL_HEIGHT;
|
||||
|
||||
Reference in New Issue
Block a user