forked from mirrors/linphone-iphone
reset a limit time for Friend list unsubscription
This commit is contained in:
parent
03ee02ded8
commit
d86a33e435
1 changed files with 1 additions and 1 deletions
|
|
@ -960,7 +960,7 @@
|
|||
linphone_core_remove_proxy_config(LC, config);
|
||||
if (ai) {
|
||||
// Friend list unsubscription above is not instantanous, so give a bit of a time margin before finishing the removal of the auth info
|
||||
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(20 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
|
||||
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(5 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
|
||||
linphone_core_remove_auth_info(LC, ai);
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue