forked from mirrors/linphone-iphone
fix crash when go to basic chat room
This commit is contained in:
parent
7d14a35da5
commit
2d7ec02625
1 changed files with 1 additions and 1 deletions
|
|
@ -877,7 +877,7 @@ static RootViewManager *rootViewManagerInstance = nil;
|
|||
[self presentViewController:errView animated:YES completion:nil];
|
||||
return nil;
|
||||
}
|
||||
LinphoneChatRoom *basicRoom = linphone_core_create_chat_room_5(LC, addresses->data);
|
||||
LinphoneChatRoom *basicRoom = linphone_core_get_chat_room(LC, addresses->data);
|
||||
[self goToChatRoom:basicRoom];
|
||||
return nil;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue