mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 09:33:39 +02:00
Small improvement
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user