Show image description when not showing images

This commit is contained in:
M66B
2019-06-30 09:59:03 +02:00
parent 655f0e3d3b
commit a6963da515
4 changed files with 22 additions and 14 deletions

View File

@@ -2868,7 +2868,7 @@ public class FragmentCompose extends FragmentBase {
Spanned spannedRef = null;
File refFile = draft.getRefFile(context);
if (refFile.exists()) {
String quote = HtmlHelper.sanitize(context, Helper.readText(refFile));
String quote = HtmlHelper.sanitize(context, Helper.readText(refFile), show_images);
Spanned spannedQuote = HtmlHelper.fromHtml(quote,
new Html.ImageGetter() {
@Override