commit | 12ea652c197935cb4960cc5643a9d81872c49175 | [log] [tgz] |
---|---|---|
author | Flavio Lerda <flerda@google.com> | Mon Oct 17 14:08:39 2011 +0100 |
committer | Flavio Lerda <flerda@google.com> | Mon Oct 17 14:08:39 2011 +0100 |
tree | 5aec2ad83e4a4241659522c3ccafc69ad5ef11a3 | |
parent | 20ffc86beb4a4d3d53f707df53b0cee0892fef93 [diff] [blame] |
Do not look up contact for calls to voicemail. Bug: 5469343 Change-Id: Icb972f9e4d2beb83cd81b0e70897a2cc16dab2b8
diff --git a/src/com/android/contacts/CallDetailActivity.java b/src/com/android/contacts/CallDetailActivity.java index 012acc7..5437504 100644 --- a/src/com/android/contacts/CallDetailActivity.java +++ b/src/com/android/contacts/CallDetailActivity.java
@@ -564,6 +564,7 @@ // If this is not a regular number, there is no point in looking it up in the contacts. ContactInfo info = mPhoneNumberHelper.canPlaceCallsTo(number) + && !mPhoneNumberHelper.isVoicemailNumber(number) ? mContactInfoHelper.lookupNumber(number, countryIso) : null; if (info == null) {