mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-03 07:36:31 +02:00
Always show signature images
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user