mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
settings: correctly set display name when modified
This commit is contained in:
parent
a01c497570
commit
983067d718
1 changed files with 1 additions and 1 deletions
|
|
@ -490,7 +490,7 @@
|
|||
linphone_address_set_username(linphoneAddress, normalizedUserName);
|
||||
linphone_address_set_domain(linphoneAddress, [domain UTF8String]);
|
||||
linphone_address_set_display_name(linphoneAddress, (displayName.length ? displayName.UTF8String : NULL));
|
||||
const char *identity = linphone_address_as_string_uri_only(linphoneAddress);
|
||||
const char *identity = linphone_address_as_string(linphoneAddress);
|
||||
const char *password = [accountPassword UTF8String];
|
||||
const char *ha1 = [accountHa1 UTF8String];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue