diff --git a/ChattoAdditions/Source/Input/ChatInputBar.swift b/ChattoAdditions/Source/Input/ChatInputBar.swift index b7c9795..7c9bddd 100644 --- a/ChattoAdditions/Source/Input/ChatInputBar.swift +++ b/ChattoAdditions/Source/Input/ChatInputBar.swift @@ -76,8 +76,8 @@ public class ChatInputBar: ReusableXibView { NSLayoutConstraint.activateConstraints(self.constraintsForHiddenTextView) } if self.showsSendButton { - NSLayoutConstraint.activateConstraints(self.constraintsForVisibleSendButton) NSLayoutConstraint.deactivateConstraints(self.constraintsForHiddenSendButton) + NSLayoutConstraint.activateConstraints(self.constraintsForVisibleSendButton) } else { NSLayoutConstraint.deactivateConstraints(self.constraintsForVisibleSendButton) NSLayoutConstraint.activateConstraints(self.constraintsForHiddenSendButton)