Show matrix identifier in second line

This commit is contained in:
Arnfried Griesert
2024-01-24 07:00:49 +01:00
parent f20b1660d3
commit 58ec57db70
4 changed files with 37 additions and 23 deletions
@@ -594,7 +594,11 @@
[contactCell render:contact];
contactCell.selectionStyle = UITableViewCellSelectionStyleDefault;
contactCell.showMatrixIdInDisplayName = showMatrixIdInDisplayName;
if([BWIBuildSettings.shared showContactIdentifierInDetailRow]) {
contactCell.showMatrixIdInDisplayName = true;
} else {
contactCell.showMatrixIdInDisplayName = showMatrixIdInDisplayName;
}
// The search displays contacts to invite.
if (indexPath.section == filteredLocalContactsSection || indexPath.section == filteredMatrixContactsSection)