forked from mirrors/linphone-iphone
Do not update friendList when app launched in background
This commit is contained in:
parent
1d375c34f6
commit
06c0db6437
1 changed files with 2 additions and 2 deletions
|
|
@ -1655,8 +1655,8 @@ static LinphoneCoreVTable linphonec_vtable = {
|
|||
linphone_core_enable_video_display(theLinphoneCore, FALSE);
|
||||
linphone_core_enable_video_capture(theLinphoneCore, FALSE);
|
||||
}
|
||||
|
||||
[self enableProxyPublish:YES];
|
||||
|
||||
[self enableProxyPublish:([UIApplication sharedApplication].applicationState == UIApplicationStateActive)];
|
||||
|
||||
LOGI(@"Linphone [%s] started on [%s]", linphone_core_get_version(), [[UIDevice currentDevice].model UTF8String]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue