mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 22:21:18 +00:00
Small improvement
This commit is contained in:
parent
19289192e5
commit
cdaf7cbf54
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue