forked from mirrors/linphone-iphone
Fix UI Bug : pop current view on call error
This commit is contained in:
parent
009db98d8e
commit
fa4dd1c8eb
1 changed files with 3 additions and 0 deletions
|
|
@ -894,6 +894,9 @@ static void linphone_iphone_display_status(struct _LinphoneCore *lc, const char
|
|||
}
|
||||
}
|
||||
}
|
||||
if (state == LinphoneCallError) {
|
||||
[PhoneMainView.instance popCurrentView];
|
||||
}
|
||||
}
|
||||
|
||||
if (state == LinphoneCallReleased) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue