fix layout for long named contacts

// FREEBIE
This commit is contained in:
Michael Kirk 2017-05-09 18:05:53 -04:00
parent 3754b6f264
commit 9dc9813dea
1 changed files with 1 additions and 0 deletions

View File

@ -565,6 +565,7 @@ NS_ASSUME_NONNULL_BEGIN
[threadNameView addSubview:threadTitleLabel];
[threadTitleLabel autoPinEdgeToSuperviewEdge:ALEdgeTop];
[threadTitleLabel autoPinEdgeToSuperviewEdge:ALEdgeLeft];
[threadTitleLabel autoPinEdgeToSuperviewEdge:ALEdgeRight];
if (![self isGroupThread] && ![self.thread.name isEqualToString:self.thread.contactIdentifier]) {
NSString *subtitle =