diff --git a/Classes/LinphoneAppDelegate.m b/Classes/LinphoneAppDelegate.m index 4b5004e3b..222f5a25f 100644 --- a/Classes/LinphoneAppDelegate.m +++ b/Classes/LinphoneAppDelegate.m @@ -224,7 +224,8 @@ if(![LinphoneManager isLcReady]) { [[LinphoneManager instance] startLibLinphone]; } - if([LinphoneManager isLcReady]) { + if([LinphoneManager isLcReady] && !started) { + started = TRUE; [self.window makeKeyAndVisible]; [[PhoneMainView instance] startUp]; }