mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-08 18:13:24 +02:00
Small fix
This commit is contained in:
@@ -1327,7 +1327,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
|
||||
cowner.recreate();
|
||||
|
||||
boolean show_addresses = !properties.getValue("addresses", message.id);
|
||||
boolean show_addresses = properties.getValue("addresses", message.id);
|
||||
boolean show_headers = properties.getValue("headers", message.id);
|
||||
|
||||
boolean hasFrom = (message.from != null && message.from.length > 0);
|
||||
|
||||
Reference in New Issue
Block a user