pull/699/head
Ryan Zhao 2 years ago
parent 3563d7d469
commit 080f147a33

@ -75,6 +75,7 @@ final class ReactionContainerView: UIView {
arrow.pin(.top, to: .top, of: result) arrow.pin(.top, to: .top, of: result)
arrow.pin(.leading, to: .leading, of: result) arrow.pin(.leading, to: .leading, of: result)
arrow.pin(.bottom, to: .bottom, of: result) arrow.pin(.bottom, to: .bottom, of: result)
// arrow.set(.width, to: Self.arrowSize.width)
textLabel.pin(.top, to: .top, of: result) textLabel.pin(.top, to: .top, of: result)
textLabel.pin(.leading, to: .trailing, of: arrow, withInset: ReactionContainerView.arrowSpacing) textLabel.pin(.leading, to: .trailing, of: arrow, withInset: ReactionContainerView.arrowSpacing)

@ -372,7 +372,7 @@ final class VisibleMessageCell: MessageCell, TappableLabelDelegate {
for: cellViewModel, for: cellViewModel,
maxWidth: VisibleMessageCell.getMaxWidth( maxWidth: VisibleMessageCell.getMaxWidth(
for: cellViewModel, for: cellViewModel,
includingOppositeGutter: UIDevice.current.isIPad includingOppositeGutter: false
), ),
showExpandedReactions: showExpandedReactions showExpandedReactions: showExpandedReactions
) )

Loading…
Cancel
Save