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

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

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

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

* commit '0b218533':
  Fix for letter tile avatars not displaying properly in calllog DO NOT MERGE
parents 7e1f0464 0b218533
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)) {