Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1a7c1963 authored by Yorke Lee's avatar Yorke Lee
Browse files

Fix for CallDetailsActivity always showing unknown numbers

Bug: 10860826
Change-Id: I62088ef0dedfbdad12ea33963bc66fe5feae0f98
parent 4e710e70
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -632,7 +632,7 @@ public class CallDetailActivity extends Activity implements ProximitySensorAware
            // If this is not a regular number, there is no point in looking it up in the contacts.
            ContactInfo info =
                    PhoneNumberUtilsWrapper.canPlaceCallsTo(number, numberPresentation)
                    && new PhoneNumberUtilsWrapper().isVoicemailNumber(number)
                    && !new PhoneNumberUtilsWrapper().isVoicemailNumber(number)
                            ? mContactInfoHelper.lookupNumber(number, countryIso)
                            : null;
            if (info == null) {