mirror of https://github.com/M66B/FairEmail.git
Request layout on image downloaded
This commit is contained in:
parent
600cd366c0
commit
c05517aaca
|
@ -376,7 +376,8 @@ class ImageHelper {
|
|||
lld.setBounds(0, 0, bounds.width(), bounds.height());
|
||||
lld.setLevel(0);
|
||||
|
||||
view.setText(view.getText());
|
||||
view.requestLayout();
|
||||
view.invalidate();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue