mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-19 05:38:31 +00:00
Auto html requires web view
This commit is contained in:
parent
6ad0bbd693
commit
8fec7ba943
1 changed files with 1 additions and 1 deletions
|
@ -639,7 +639,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|||
bindContactInfo(info, message);
|
||||
|
||||
if (message.avatar != null) {
|
||||
if (autohtml)
|
||||
if (autohtml && hasWebView)
|
||||
properties.setValue("html", message.id, true);
|
||||
|
||||
if (autoimages)
|
||||
|
|
Loading…
Reference in a new issue