mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Fix issue with incoming call view displayed when the call is answered.
This commit is contained in:
parent
c5022e51dc
commit
3fa6568e0b
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@
|
|||
instance->currentCallContextBeforeGoingBackground.cameraIsEnabled);
|
||||
}
|
||||
instance->currentCallContextBeforeGoingBackground.call = 0;
|
||||
} else {
|
||||
} else if ( linphone_call_get_state(call) == LinphoneCallIncomingReceived ) {
|
||||
[[PhoneMainView instance ] displayIncomingCall:call];
|
||||
// in this case, the ringing sound comes from the notification.
|
||||
// To stop it we have to do the iOS7 ring fix...
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue