fix an issue of keyboard not activating correctly in after following a link

pull/1053/head
Ryan ZHAO 5 months ago
parent 83911cf9f7
commit 5b6d7e8321

@ -1244,7 +1244,9 @@ extension ConversationVC:
)
)
self.present(modal, animated: true)
self.present(modal, animated: true) { [weak self] in
self?.hideInputAccessoryView()
}
}
func handleReplyButtonTapped(for cellViewModel: MessageViewModel, using dependencies: Dependencies) {

Loading…
Cancel
Save