Auto html requires web view

This commit is contained in:
M66B 2019-02-05 11:36:20 +00:00
parent 6ad0bbd693
commit 8fec7ba943
1 changed files with 1 additions and 1 deletions

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)