Fixed image place holder

pull/185/head
M66B 5 years ago
parent f737aedb0d
commit b5a81374f1

@ -263,7 +263,7 @@ class ImageHelper {
return d;
} else if (!attachment.available) {
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);
return d;
} else {

Loading…
Cancel
Save