mirror of
https://github.com/MessageKit/MessageKit.git
synced 2026-02-06 19:03:19 +00:00
Fix CameraInputBarAccessoryView in AdvancedExampleViewController
This commit is contained in:
@@ -171,6 +171,7 @@ final class AdvancedExampleViewController: ChatViewController {
|
||||
messageInputBar.inputTextView.layer.masksToBounds = true
|
||||
messageInputBar.inputTextView.scrollIndicatorInsets = UIEdgeInsets(top: 8, left: 0, bottom: 8, right: 0)
|
||||
configureInputBarItems()
|
||||
inputBarType = .custom(messageInputBar)
|
||||
}
|
||||
|
||||
// MARK: - Helpers
|
||||
|
||||
Reference in New Issue
Block a user