forked from mirrors/linphone-iphone
fix exception because in call view is shown twice for outgoing calls. (ios5)
This commit is contained in:
parent
b9db786072
commit
4df63c37b5
1 changed files with 3 additions and 1 deletions
|
|
@ -137,9 +137,11 @@ extern void libmssilk_init();
|
|||
break;
|
||||
|
||||
case LinphoneCallConnected:
|
||||
[callDelegate displayIncallFromUI:mCurrentViewController
|
||||
if (linphone_call_get_dir(currentCall)==LinphoneCallIncoming){
|
||||
[callDelegate displayIncallFromUI:mCurrentViewController
|
||||
forUser:lUserName
|
||||
withDisplayName:lDisplayName];
|
||||
}
|
||||
break;
|
||||
|
||||
case LinphoneCallError: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue