Dismiss keyboard when leaving conversation view.

pull/1/head
Matthew Chen 8 years ago
parent 46b3540d89
commit 7b1a846f79

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

Loading…
Cancel
Save