mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 17:13:23 +02:00
Prevent crash
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user