mirror of https://github.com/M66B/FairEmail.git
Fixed image place holder
This commit is contained in:
parent
f737aedb0d
commit
b5a81374f1
|
@ -263,7 +263,7 @@ class ImageHelper {
|
||||||
return d;
|
return d;
|
||||||
} else if (!attachment.available) {
|
} else if (!attachment.available) {
|
||||||
Log.i("Image not available CID=" + cid);
|
Log.i("Image not available CID=" + cid);
|
||||||
Drawable d = res.getDrawable(R.drawable.baseline_hourglass_empty_24, theme);
|
Drawable d = res.getDrawable(R.drawable.baseline_photo_library_24, theme);
|
||||||
d.setBounds(0, 0, px, px);
|
d.setBounds(0, 0, px, px);
|
||||||
return d;
|
return d;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue