mirror of https://github.com/M66B/FairEmail.git
Auto html requires web view
This commit is contained in:
parent
6ad0bbd693
commit
8fec7ba943
|
@ -639,7 +639,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||||
bindContactInfo(info, message);
|
bindContactInfo(info, message);
|
||||||
|
|
||||||
if (message.avatar != null) {
|
if (message.avatar != null) {
|
||||||
if (autohtml)
|
if (autohtml && hasWebView)
|
||||||
properties.setValue("html", message.id, true);
|
properties.setValue("html", message.id, true);
|
||||||
|
|
||||||
if (autoimages)
|
if (autoimages)
|
||||||
|
|
Loading…
Reference in New Issue