forked from mirrors/linphone-iphone
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