Goto chat from call

This commit is contained in:
Christophe Deschamps 2022-06-14 23:20:22 +02:00
parent 706850f0b9
commit aacee0b373

View file

@ -385,13 +385,13 @@ import linphonesw
}
func goToChat() {
guard
/*guard
let chatRoom = CallsViewModel.shared.currentCallData.value??.chatRoom
else {
Log.w("[Call] Failed to find existing chat room associated to call")
return
}
PhoneMainView.instance().go(to: chatRoom.getCobject)
}*/
PhoneMainView.instance().changeCurrentView(ChatsListView.compositeViewDescription())
}