Enable quotes inline

This commit is contained in:
M66B
2019-05-02 13:29:05 +02:00
parent bb3893e3d3
commit bbfb33bae6
6 changed files with 53 additions and 60 deletions

View File

@@ -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