mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Fast contact fill in, cleanup
This commit is contained in:
@@ -414,7 +414,7 @@ public class EntityRule {
|
||||
reply.received = new Date().getTime();
|
||||
|
||||
reply.sender = MessageHelper.getSortKey(reply.from);
|
||||
Uri lookupUri = ContactInfo.getLookupUri(context, reply.from);
|
||||
Uri lookupUri = ContactInfo.getLookupUri(reply.from);
|
||||
reply.avatar = (lookupUri == null ? null : lookupUri.toString());
|
||||
|
||||
reply.id = db.message().insertMessage(reply);
|
||||
|
||||
Reference in New Issue
Block a user