fix the keyboard won't dismiss while swiping the vc back

pull/375/head
Ryan ZHAO 4 years ago
parent 3030723bb3
commit 887088b4bc

@ -236,6 +236,7 @@ final class ConversationVC : BaseVC, ConversationViewModelDelegate, OWSConversat
self.thread.setDraft(text, transaction: transaction)
}
}
inputAccessoryView?.resignFirstResponder()
}
override func viewDidDisappear(_ animated: Bool) {

Loading…
Cancel
Save