mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 00:53:26 +02:00
Enable quotes inline
This commit is contained in:
@@ -2755,7 +2755,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
Spanned spannedReference = null;
|
||||
File refFile = draft.getRefFile(context);
|
||||
if (refFile.exists()) {
|
||||
String quote = HtmlHelper.sanitize(context, Helper.readText(refFile), true);
|
||||
String quote = HtmlHelper.sanitize(context, Helper.readText(refFile));
|
||||
Spanned spannedQuote = HtmlHelper.fromHtml(quote,
|
||||
new Html.ImageGetter() {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user