Make message bubbles a bit wider.

// FREEBIE
This commit is contained in:
Michael Kirk 2017-10-24 15:53:58 -07:00
parent 9dd99123f4
commit 2d7deff839

View File

@ -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) {