mirror of
https://github.com/MessageKit/MessageKit.git
synced 2026-02-06 19:03:19 +00:00
Fix compile error in example app from deprecation
This commit is contained in:
@@ -281,10 +281,6 @@ extension ConversationViewController: MessagesLayoutDelegate {
|
||||
}
|
||||
}
|
||||
|
||||
func avatarAlignment(for message: MessageType, at indexPath: IndexPath, in messagesCollectionView: MessagesCollectionView) -> AvatarAlignment {
|
||||
return .messageBottom
|
||||
}
|
||||
|
||||
func footerViewSize(for message: MessageType, at indexPath: IndexPath, in messagesCollectionView: MessagesCollectionView) -> CGSize {
|
||||
|
||||
return CGSize(width: messagesCollectionView.bounds.width, height: 10)
|
||||
|
||||
Reference in New Issue
Block a user