Make message bubbles a bit wider.

// FREEBIE
pull/1/head
Michael Kirk 7 years ago
parent 9dd99123f4
commit 2d7deff839

@ -760,7 +760,7 @@ NS_ASSUME_NONNULL_BEGIN
OWSAssert(self.viewItem);
OWSAssert([self.viewItem.interaction isKindOfClass:[TSMessage class]]);
const int maxMessageWidth = (int)floor(contentWidth * 0.7f);
const int maxMessageWidth = (int)floor(contentWidth * 0.8f);
CGSize cellSize = CGSizeZero;
switch (self.cellType) {

Loading…
Cancel
Save