forked from mirrors/linphone-iphone
fix error in phonemainview switch case
This commit is contained in:
parent
57ceffab87
commit
776c2a33e9
1 changed files with 1 additions and 0 deletions
|
|
@ -400,6 +400,7 @@ static RootViewManager *rootViewManagerInstance = nil;
|
|||
case LinphoneCallEarlyUpdatedByRemote:
|
||||
case LinphoneCallEarlyUpdating:
|
||||
case LinphoneCallIdle:
|
||||
break;
|
||||
case LinphoneCallOutgoingEarlyMedia:
|
||||
case LinphoneCallOutgoingProgress: {
|
||||
if (floor(NSFoundationVersionNumber) > NSFoundationVersionNumber_iOS_9_x_Max && call &&
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue