truncate tail for both preview and message bubble

// FREEBIE
pull/1/head
Michael Kirk 7 years ago
parent 50ce0e6db5
commit 5774e5769d

@ -268,7 +268,7 @@ NS_ASSUME_NONNULL_BEGIN
UILabel *quotedTextLabel = [UILabel new];
quotedTextLabel.numberOfLines = self.isForPreview ? 1 : 3;
quotedTextLabel.lineBreakMode = NSLineBreakByWordWrapping;
quotedTextLabel.lineBreakMode = NSLineBreakByTruncatingTail;
quotedTextLabel.text = text;
quotedTextLabel.textColor = textColor;
quotedTextLabel.font = font;

Loading…
Cancel
Save