1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-02 13:14:39 +00:00

Always show signature images

This commit is contained in:
M66B 2022-11-25 13:12:16 +01:00
parent 38f8c9f166
commit 2bfd5af605

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) {