forked from mirrors/linphone-iphone
not resume the call automatically
This commit is contained in:
parent
36cf387cea
commit
8b937f5749
1 changed files with 1 additions and 11 deletions
|
|
@ -423,17 +423,7 @@ static RootViewManager *rootViewManagerInstance = nil;
|
|||
[self popCurrentView];
|
||||
}
|
||||
} else {
|
||||
linphone_call_resume((LinphoneCall *)calls->data);
|
||||
while (calls) {
|
||||
if (calls->next) {
|
||||
[self changeCurrentView:CallView.compositeViewDescription];
|
||||
break;
|
||||
}
|
||||
calls = calls->next;
|
||||
}
|
||||
if (calls == NULL) {
|
||||
[self changeCurrentView:CallView.compositeViewDescription];
|
||||
}
|
||||
[self changeCurrentView:CallView.compositeViewDescription];
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue