Always show signature images

This commit is contained in:
M66B 2022-11-25 13:12:16 +01:00
parent 38f8c9f166
commit 2bfd5af605
1 changed files with 1 additions and 1 deletions

View File

@ -7354,7 +7354,7 @@ public class FragmentCompose extends FragmentBase {
Spanned signature = null;
if (identity != null && !TextUtils.isEmpty(identity.signature)) {
Document d = HtmlHelper.sanitizeCompose(getContext(), identity.signature, show_images);
Document d = HtmlHelper.sanitizeCompose(getContext(), identity.signature, true);
signature = HtmlHelper.fromDocument(getContext(), d, new HtmlHelper.ImageGetterEx() {
@Override
public Drawable getDrawable(Element element) {