mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Auto link before highlighting search
This commit is contained in:
@@ -3045,14 +3045,14 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
|
||||
return document.html();
|
||||
} else {
|
||||
HtmlHelper.autoLink(document);
|
||||
|
||||
if (message.ui_found && found && !TextUtils.isEmpty(searched))
|
||||
HtmlHelper.highlightSearched(context, document, searched);
|
||||
|
||||
// Cleanup message
|
||||
document = HtmlHelper.sanitizeView(context, document, show_images);
|
||||
|
||||
HtmlHelper.autoLink(document);
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q)
|
||||
args.putParcelable("actions", getConversationActions(message, document, context));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user