Fix last commit

This commit is contained in:
Guillaume BIENKOWSKI 2014-10-15 08:59:43 +02:00
parent f81b7e1337
commit 9fd068be37

View file

@ -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];
}