Add search call-through in CFV2 override.

This commit is contained in:
Alex Hart
2023-06-15 14:16:19 -03:00
committed by Cody Henthorne
parent 6cc41e95c6
commit 2fa0eba3db

View File

@@ -2205,7 +2205,7 @@ class ConversationFragment :
}
override fun handleSearch() {
// TODO [cfv2] - ("Not yet implemented")
searchViewModel.onSearchOpened()
}
override fun handleAddToContacts() {