Fixed an issue where mentions weren't working

This commit is contained in:
Morgan Pretty 2023-04-18 16:03:12 +10:00
parent 27e494dcb5
commit 08853e7333
1 changed files with 1 additions and 0 deletions

View File

@ -1266,6 +1266,7 @@ final class ConversationVC: BaseVC, ConversationSearchControllerDelegate, UITabl
// after the app goes into background and goes back in foreground.
DispatchQueue.main.async {
self.snInputView.text = self.snInputView.text
completion?()
}
}