mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-16 22:13:34 +02:00
Disable autolink for composer
This commit is contained in:
@@ -1449,7 +1449,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
return document.html();
|
||||
} else {
|
||||
// Cleanup message
|
||||
String html = HtmlHelper.sanitize(context, body, show_images);
|
||||
String html = HtmlHelper.sanitize(context, body, show_images, true);
|
||||
|
||||
// Collapse quotes
|
||||
if (!show_quotes) {
|
||||
|
||||
Reference in New Issue
Block a user