mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Show matrix identifier in second line
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user