1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-23 22:51:02 +00:00

Prevent crash

This commit is contained in:
M66B 2021-02-19 13:30:54 +01:00
parent 2ba9a28098
commit b436f7ee8a

View file

@ -2342,8 +2342,8 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
if (!show_expanded)
return;
boolean show_full = args.getBoolean("show_full");
boolean has_images = args.getBoolean("has_images");
boolean show_full = properties.getValue("full", message.id);
boolean always_images = prefs.getBoolean("html_always_images", false);
// Show images