mirror of https://github.com/M66B/FairEmail.git
Make sure downloaded images are shown
This commit is contained in:
parent
894ebbed3d
commit
f687d9458f
|
@ -465,6 +465,7 @@ class ImageHelper {
|
|||
((AnimatedImageDrawable) d).start();
|
||||
}
|
||||
|
||||
view.invalidate();
|
||||
view.requestLayout();
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue