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

Commit c1048880 authored by Yorke Lee's avatar Yorke Lee Committed by Android Git Automerger
Browse files

am ffb07daa: am 0b218533: Merge "Fix for letter tile avatars not displaying...

am ffb07daa: am 0b218533: Merge "Fix for letter tile avatars not displaying properly in calllog DO NOT MERGE" into klp-dev

* commit 'ffb07daa':
  Fix for letter tile avatars not displaying properly in calllog DO NOT MERGE
parents 46b9a3fb ffb07daa
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -642,11 +642,8 @@ public class CallLogAdapter extends GroupingListAdapter
            contactType = ContactPhotoManager.TYPE_BUSINESS;
        }

        String lookupKey = info.lookupKey;
        if (lookupUri != null) {
            //lookupKey = ContactInfoHelper.getLookupKeyFromUri(lookupUri);

        }
        String lookupKey = lookupUri == null ? null
                : ContactInfoHelper.getLookupKeyFromUri(lookupUri);

        String nameForDefaultImage = null;
        if (TextUtils.isEmpty(name)) {