mirror of
https://github.com/MessageKit/MessageKit.git
synced 2026-02-06 19:03:19 +00:00
Fix: misspellings
This commit is contained in:
@@ -175,7 +175,7 @@ final class AdvancedExampleViewController: ChatViewController {
|
||||
}
|
||||
}
|
||||
|
||||
/// The input bar will autosize based on the contained text, but we can add padding to adjust the height or width if neccesary
|
||||
/// The input bar will autosize based on the contained text, but we can add padding to adjust the height or width if necessary
|
||||
/// See the InputBar diagram here to visualize how each of these would take effect:
|
||||
/// https://raw.githubusercontent.com/MessageKit/MessageKit/master/Assets/InputBarAccessoryViewLayout.png
|
||||
private func configureInputBarPadding() {
|
||||
@@ -419,7 +419,7 @@ extension AdvancedExampleViewController: MessagesDisplayDelegate {
|
||||
}
|
||||
|
||||
func configureAudioCell(_ cell: AudioMessageCell, message: MessageType) {
|
||||
audioController.configureAudioCell(cell, message: message) // this is needed especily when the cell is reconfigure while is playing sound
|
||||
audioController.configureAudioCell(cell, message: message) // this is needed especially when the cell is reconfigure while is playing sound
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user