mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-31 01:51:24 +01:00
Always cache lookup URIs
This commit is contained in:
@@ -260,7 +260,7 @@ public class EntityRule {
|
||||
reply.received = new Date().getTime();
|
||||
|
||||
reply.sender = MessageHelper.getSortKey(reply.from);
|
||||
Uri lookupUri = ContactInfo.getLookupUri(context, reply.from, true);
|
||||
Uri lookupUri = ContactInfo.getLookupUri(context, reply.from);
|
||||
reply.avatar = (lookupUri == null ? null : lookupUri.toString());
|
||||
|
||||
reply.id = db.message().insertMessage(reply);
|
||||
|
||||
Reference in New Issue
Block a user