Prevent crash

This commit is contained in:
M66B 2021-02-19 13:30:54 +01:00
parent 2ba9a28098
commit b436f7ee8a
1 changed files with 1 additions and 1 deletions

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