fix layout for long named contacts

// FREEBIE
pull/1/head
Michael Kirk 8 years ago
parent 3754b6f264
commit 9dc9813dea

@ -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 =

Loading…
Cancel
Save