mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-24 06:38:08 +00:00
fix crash
This commit is contained in:
parent
30a977947d
commit
2bc4a4b546
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
}
|
||||
|
||||
- (IBAction)onChatClick:(id)event {
|
||||
const LinphoneAddress *addr = linphone_call_log_get_remote_address(callLog);
|
||||
const LinphoneAddress *addr = linphone_address_ref(linphone_call_log_get_remote_address(callLog));
|
||||
if (addr == NULL)
|
||||
return;
|
||||
ChatConversationView *view = VIEW(ChatConversationView);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue