mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Fix last commit
This commit is contained in:
parent
f81b7e1337
commit
9fd068be37
1 changed files with 2 additions and 1 deletions
|
|
@ -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];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue