mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Fixed bool value
This commit is contained in:
@@ -595,7 +595,7 @@
|
||||
|
||||
contactCell.selectionStyle = UITableViewCellSelectionStyleDefault;
|
||||
if([BWIBuildSettings.shared showContactIdentifierInDetailRow]) {
|
||||
contactCell.showMatrixIdInDisplayName = true;
|
||||
contactCell.showMatrixIdInDisplayName = false;
|
||||
} else {
|
||||
contactCell.showMatrixIdInDisplayName = showMatrixIdInDisplayName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user