mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-08 18:13:24 +02:00
Updated avatars
This commit is contained in:
@@ -2173,6 +2173,12 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
Log.i(Helper.TAG, folder.name + " updated id=" + message.id + " uid=" + message.uid + " unhide");
|
||||
}
|
||||
|
||||
if (TextUtils.isEmpty(message.avatar)) {
|
||||
message.getAvatar(context);
|
||||
if (!TextUtils.isEmpty(message.avatar))
|
||||
update = true;
|
||||
}
|
||||
|
||||
if (update)
|
||||
db.message().updateMessage(message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user