mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 00:53:26 +02:00
Refactoring
This commit is contained in:
@@ -4567,7 +4567,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
signature = HtmlHelper.fromHtml(identity.signature, new Html.ImageGetter() {
|
||||
@Override
|
||||
public Drawable getDrawable(String source) {
|
||||
return ActivitySignature.getDrawableByUri(getContext(), Uri.parse(source));
|
||||
return ImageHelper.decodeImage(getContext(), -1, source, true, 0, tvSignature);
|
||||
}
|
||||
}, null);
|
||||
tvSignature.setText(signature);
|
||||
|
||||
Reference in New Issue
Block a user