mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
Accent color for personal state text editor
This commit is contained in:
@@ -1117,8 +1117,8 @@
|
||||
|
||||
if (BuildSettings.bwiPersonalState && contact.mxMember.userId) {
|
||||
MXUser *user = [self.mxRoom.mxSession userWithUserId:contact.mxMember.userId];
|
||||
participantCell.contactInformationLabel.text = user.displayname;
|
||||
participantCell.contactInformationLabel.hidden = user.displayname.length > 0;
|
||||
participantCell.contactInformationLabel.text = user.statusMsg;
|
||||
participantCell.contactInformationLabel.hidden = user.statusMsg.length <= 0;
|
||||
}
|
||||
}
|
||||
cell = participantCell;
|
||||
|
||||
Reference in New Issue
Block a user