mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 23:26:12 +02:00
Oops
This commit is contained in:
@@ -141,7 +141,7 @@ public class AdapterImage extends RecyclerView.Adapter<AdapterImage.ViewHolder>
|
||||
if (message == null || message.uid == null)
|
||||
return null;
|
||||
|
||||
EntityAccount account = db.account().getAccount(message.id);
|
||||
EntityAccount account = db.account().getAccount(message.account);
|
||||
if (account == null)
|
||||
return null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user