mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 09:31:11 +01:00
Use dialog fragment to view images
This commit is contained in:
@@ -2854,7 +2854,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
new Html.ImageGetter() {
|
||||
@Override
|
||||
public Drawable getDrawable(String source) {
|
||||
Drawable image = HtmlHelper.decodeImage(source, id, show_images, tvReference);
|
||||
Drawable image = HtmlHelper.decodeImage(context, id, source, show_images, tvReference);
|
||||
|
||||
ConstraintLayout.LayoutParams params =
|
||||
(ConstraintLayout.LayoutParams) tvReference.getLayoutParams();
|
||||
|
||||
Reference in New Issue
Block a user