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

Commit 0b218533 authored by Yorke Lee's avatar Yorke Lee Committed by Android (Google) Code Review
Browse files

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

parents 90092bfb be28ad8d
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)) {