We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b68931 commit 3ea1b6aCopy full SHA for 3ea1b6a
1 file changed
Coding_iOS/Views/UIMessageInputView/UIMessageInputView.m
@@ -117,7 +117,7 @@ - (void)setInputState:(UIMessageInputViewState)inputState{
117
break;
118
}
119
_contentView.hidden = _inputState == UIMessageInputViewStateVoice;
120
- _arrowKeyboardView.hidden = !_contentView;
+ _arrowKeyboardView.hidden = !_contentView.hidden;
121
_arrowKeyboardView.center = CGPointMake(self.frame.size.width/2, self.frame.size.height/2);
122
123
0 commit comments