Show phone number instead of "Unknown Caller" in call view.

This commit is contained in:
Frederic Jacobs 2015-03-21 11:39:21 +01:00
parent 0c93679a3d
commit fa1791a4d7

View File

@ -179,7 +179,7 @@ static NSInteger connectingFlashCounter = 0;
_nameLabel.text = _potentiallyKnownContact.fullName;
} else {
_nameLabel.text = UNKNOWN_CONTACT_NAME;
_nameLabel.text = _callState.remoteNumber.toE164;
}
}