diff --git a/Signal/src/views/ContactTableViewCell.m b/Signal/src/views/ContactTableViewCell.m index 37f4b616f..a1caf7d88 100644 --- a/Signal/src/views/ContactTableViewCell.m +++ b/Signal/src/views/ContactTableViewCell.m @@ -221,6 +221,8 @@ const NSUInteger kContactTableViewCellAvatarSize = 40; // Use profile name, if any is available self.profileNameLabel.text = [contactsManager formattedProfileNameForRecipientId:recipientId]; } + + [self.profileNameLabel setNeedsLayout]; } - (void)prepareForReuse