mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
little fix in contact display
This commit is contained in:
parent
b9f1b84eb3
commit
8b0692404f
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@
|
|||
}
|
||||
|
||||
if (ret) {
|
||||
_sipAddresses[index] = sip;
|
||||
_sipAddresses[index] = normSip ? normSip : normSip ? normSip : sip;
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue