mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 11:01:23 +01:00
Small behavior/display fixes/improvements
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user