This commit is contained in:
Ryan Zhao 2022-05-30 09:43:07 +10:00
parent 987db2f7ab
commit fb61092570
1 changed files with 0 additions and 1 deletions

View File

@ -125,7 +125,6 @@ extension ConversationSearchController : SearchResultsBarDelegate {
return
}
// BenchEventStart(title: "Conversation Search Nav", eventId: "Conversation Search Nav: \(searchResult.messageId)")
self.delegate?.conversationSearchController(self, didSelectMessageId: searchResult.messageId)
}
}