Skip to content
Snippets Groups Projects
Commit d7318467 authored by James Cook's avatar James Cook
Browse files

DEV-46415 Group Call Invite contains SLID with Resident

parent 91d9bf23
No related branches found
No related tags found
No related merge requests found
......@@ -1813,6 +1813,11 @@ BOOL LLIncomingCallDialog::postBuild()
{
caller_name = LLTextUtil::formatPhoneNumber(caller_name);
}
else
{
// IDEVO
caller_name = LLCacheName::cleanFullName(caller_name);
}
setTitle(caller_name + " " + call_type);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment