Tweak message contents.

pull/1/head
Matthew Chen 7 years ago
parent dd28c01897
commit 23435b690a

@ -130,7 +130,7 @@ NS_ASSUME_NONNULL_BEGIN
+ (CGFloat)iconSize
{
return 44.f;
return 48.f;
}
- (CGFloat)iconSize

@ -447,6 +447,7 @@ NS_ASSUME_NONNULL_BEGIN
[self.viewConstraints addObjectsFromArray:@[
[self.footerView autoPinLeadingToSuperviewMarginWithInset:self.conversationStyle.textInsetHorizontal],
[self.footerView autoPinTrailingToSuperviewMarginWithInset:self.conversationStyle.textInsetHorizontal],
[self.footerView autoPinEdgeToSuperviewMargin:ALEdgeTop relation:NSLayoutRelationGreaterThanOrEqual],
[self.footerView autoPinBottomToSuperviewMarginWithInset:self.conversationStyle.textInsetBottom],
]];
} else {

Loading…
Cancel
Save