little fix in contact display

This commit is contained in:
Benjamin Reis 2017-02-09 11:57:33 +01:00
parent b9f1b84eb3
commit 8b0692404f

View file

@ -200,7 +200,7 @@
}
if (ret) {
_sipAddresses[index] = sip;
_sipAddresses[index] = normSip ? normSip : normSip ? normSip : sip;
}
return ret;
}