Fixed image place holder

This commit is contained in:
M66B 2020-09-23 15:56:12 +02:00
parent f737aedb0d
commit b5a81374f1
1 changed files with 1 additions and 1 deletions

View File

@ -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 {