Refactoring

This commit is contained in:
M66B
2020-04-27 08:46:55 +02:00
parent 2fd58cb1fa
commit 93541c7823
3 changed files with 30 additions and 33 deletions

View File

@@ -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);