Refactoring

This commit is contained in:
M66B
2019-10-04 21:25:52 +02:00
parent 8191d28c54
commit f09100f784
6 changed files with 530 additions and 522 deletions

View File

@@ -3144,7 +3144,7 @@ public class FragmentCompose extends FragmentBase {
new Html.ImageGetter() {
@Override
public Drawable getDrawable(String source) {
return HtmlHelper.decodeImage(context, id, source, show_images, tvReference);
return ImageHelper.decodeImage(context, id, source, show_images, tvReference);
}
},
null);