forked from mirrors/linphone-iphone
Fix lpConfigBoolForKey:@"account_push_presence_preference"
This commit is contained in:
parent
dbc93b7cf0
commit
fd58ddf276
1 changed files with 1 additions and 1 deletions
|
|
@ -525,7 +525,7 @@
|
|||
|
||||
// contacts section
|
||||
{
|
||||
[self setInteger:[lm lpConfigIntForKey:@"account_push_presence_preference" withDefault:1] forKey:@"account_push_presence_preference"];
|
||||
[self setInteger:[lm lpConfigBoolForKey:@"account_push_presence_preference" withDefault:YES] forKey:@"account_push_presence_preference"];
|
||||
if (linphone_core_ldap_available(LC)) {
|
||||
[self transformLdapToKeys:nil];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue