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

Commit 729af33b authored by kenshin's avatar kenshin
Browse files

correct phone number format for non contact number

Change-Id: I2537b35c4810e45b22b646d75bdce2b1bd21f9ad
parent 1d42e554
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -239,7 +239,7 @@ public class ContactInfoHelper {
                    info.normalizedNumber = c.getString(CallLogQuery.CACHED_NORMALIZED_NUMBER);
                    info.photoId = c.getLong(CallLogQuery.CACHED_PHOTO_ID);
                    info.photoUri = null;  // We do not cache the photo URI.
                    info.formattedNumber = c.getString(CallLogQuery.CACHED_FORMATTED_NUMBER);
                    info.formattedNumber = formatPhoneNumber(info.number, null, countryIso);
                } else {
                    info = ContactInfo.EMPTY;
                }