Bug Fix - AppDelegate: Notification display failed when a view controller is presented modally.

This commit is contained in:
giomfo
2016-09-06 17:20:16 +02:00
parent 6f6e4e4b03
commit 2fa2c5f4df
3 changed files with 66 additions and 54 deletions
+1 -1
View File
@@ -2587,7 +2587,7 @@
{
// Workaround to manage the "back to call" banner: go back temporary the call screen.
// It will correctly manage the hide of this banner
[[AppDelegate theDelegate] returnToCallView];
[[AppDelegate theDelegate] presentCallViewController];
}
[self refreshActivitiesViewDisplay];