Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SD10 committed Sep 21, 2017
1 parent 6d3c3ea commit 5be06a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/TextMessageCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ open class TextMessageCell: MessageCollectionViewCell<MessageLabel> {

guard let attributes = layoutAttributes as? MessagesCollectionViewLayoutAttributes else { return }
messageContentView.textInsets = attributes.messageLabelInsets
messageContentView.font = attributes.messageLabelFont
}

override open func prepareForReuse() {
Expand Down

0 comments on commit 5be06a6

Please sign in to comment.