Show phone number instead of "Unknown Caller" in call view.
This commit is contained in:
parent
0c93679a3d
commit
fa1791a4d7
@ -179,7 +179,7 @@ static NSInteger connectingFlashCounter = 0;
|
||||
|
||||
_nameLabel.text = _potentiallyKnownContact.fullName;
|
||||
} else {
|
||||
_nameLabel.text = UNKNOWN_CONTACT_NAME;
|
||||
_nameLabel.text = _callState.remoteNumber.toE164;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user