Fixed an issue where mentions weren't working

pull/837/head
Morgan Pretty 2 years ago
parent 27e494dcb5
commit 08853e7333

@ -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?()
}
}

Loading…
Cancel
Save