Make message bubbles a bit wider.
// FREEBIE
This commit is contained in:
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…
Reference in New Issue
Block a user