mirror of
https://github.com/MessageKit/MessageKit.git
synced 2026-02-06 19:03:19 +00:00
remove unnecessary code
This commit is contained in:
@@ -460,7 +460,6 @@ open class MessageInputBar: UIView {
|
||||
var inputTextViewHeight = requiredInputTextViewHeight
|
||||
if inputTextViewHeight >= maxTextViewHeight {
|
||||
if !isOverMaxTextViewHeight {
|
||||
textViewHeightAnchor?.constant = maxTextViewHeight
|
||||
textViewHeightAnchor?.isActive = true
|
||||
inputTextView.isScrollEnabled = true
|
||||
isOverMaxTextViewHeight = true
|
||||
|
||||
Reference in New Issue
Block a user