1
0
Fork 0
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:
M66B 2019-02-05 11:36:20 +00:00
parent 6ad0bbd693
commit 8fec7ba943

View file

@ -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)