mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 11:01:23 +01:00
Auto html requires web view
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user