diff --git a/Classes/LinphoneAppDelegate.m b/Classes/LinphoneAppDelegate.m index 4aa9b5eb3..edcaea1b1 100644 --- a/Classes/LinphoneAppDelegate.m +++ b/Classes/LinphoneAppDelegate.m @@ -80,7 +80,7 @@ - (void)applicationDidBecomeActive:(UIApplication *)application { LOGI(@"%@", NSStringFromSelector(_cmd)); - if (!startedInBackground) { + if (!startedInBackground || PhoneMainView.instance.currentView == nil) { startedInBackground = TRUE; // initialize UI [PhoneMainView.instance startUp];