Fix UI Bug : pop current view on call error

This commit is contained in:
Benjamin Reis 2017-02-02 15:12:35 +01:00
parent 009db98d8e
commit fa4dd1c8eb

View file

@ -894,6 +894,9 @@ static void linphone_iphone_display_status(struct _LinphoneCore *lc, const char
}
}
}
if (state == LinphoneCallError) {
[PhoneMainView.instance popCurrentView];
}
}
if (state == LinphoneCallReleased) {