Merge branch 'charlesmchen/endEditingLeaveConversation'

pull/1/head
Matthew Chen 8 years ago
commit bae0e294de

@ -811,6 +811,8 @@ static void *kConversationInputTextViewObservingContext = &kConversationInputTex
- (void)viewWillDisappear:(BOOL)animated
{
[self.attachmentView viewWillDisappear:animated];
[self endEditingTextMessage];
}
- (nullable NSString *)textInputPrimaryLanguage

Loading…
Cancel
Save