Clean up ahead of PR.

pull/1/head
Matthew Chen 7 years ago
parent 9ead8b55a3
commit 6788810141

@ -347,7 +347,7 @@ NS_ASSUME_NONNULL_BEGIN
font = self.fileTypeFont; font = self.fileTypeFont;
} }
self.quotedTextLabel.numberOfLines = self.isForPreview ? 1 : 3; self.quotedTextLabel.numberOfLines = self.isForPreview ? 1 : 2;
self.quotedTextLabel.lineBreakMode = NSLineBreakByTruncatingTail; self.quotedTextLabel.lineBreakMode = NSLineBreakByTruncatingTail;
self.quotedTextLabel.text = text; self.quotedTextLabel.text = text;
self.quotedTextLabel.textColor = textColor; self.quotedTextLabel.textColor = textColor;

Loading…
Cancel
Save