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

This commit is contained in:
Ryan ZHAO 2021-03-30 15:18:28 +11:00
parent 3030723bb3
commit 887088b4bc
1 changed files with 1 additions and 0 deletions

View File

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