Small behavior/display fixes/improvements

This commit is contained in:
M66B
2019-10-04 20:06:59 +02:00
parent 725c4d9202
commit 708ea16296
5 changed files with 31 additions and 23 deletions

View File

@@ -559,7 +559,7 @@ public class HtmlHelper {
return d;
} else if (!attachment.available) {
Log.i("Image not available CID=" + cid);
Drawable d = res.getDrawable(R.drawable.baseline_photo_library_24, theme);
Drawable d = res.getDrawable(R.drawable.baseline_hourglass_empty_24, theme);
d.setBounds(0, 0, px, px);
return d;
} else {