Auto html requires web view

pull/147/head
M66B 7 years ago
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…
Cancel
Save