forked from mirrors/linphone-iphone
Goto chat from call
This commit is contained in:
parent
706850f0b9
commit
aacee0b373
1 changed files with 3 additions and 3 deletions
|
|
@ -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())
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue