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:
parent
38f8c9f166
commit
2bfd5af605
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue