1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-22 22:21:18 +00:00

Small improvement

This commit is contained in:
M66B 2021-11-13 08:13:49 +01:00
parent 19289192e5
commit cdaf7cbf54

View file

@ -2542,7 +2542,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
HtmlHelper.cleanup(document);
HtmlHelper.removeRelativeLinks(document);
if (!TextUtils.isEmpty(searched))
if (message.ui_found && found && !TextUtils.isEmpty(searched))
HtmlHelper.highlightSearched(context, document, searched);
// Check for inline encryption