Fix CameraInputBarAccessoryView in AdvancedExampleViewController

This commit is contained in:
Andrey Solovjev
2022-09-29 15:24:09 +07:00
parent 83d1db4904
commit 2070fc38c2
@@ -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