Fixed bool value

This commit is contained in:
Arnfried Griesert
2024-01-24 13:14:56 +01:00
parent 58ec57db70
commit 0a2ef68c55
@@ -595,7 +595,7 @@
contactCell.selectionStyle = UITableViewCellSelectionStyleDefault;
if([BWIBuildSettings.shared showContactIdentifierInDetailRow]) {
contactCell.showMatrixIdInDisplayName = true;
contactCell.showMatrixIdInDisplayName = false;
} else {
contactCell.showMatrixIdInDisplayName = showMatrixIdInDisplayName;
}