1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-22 06:01:12 +00:00

Reduced logging

This commit is contained in:
M66B 2021-08-07 11:53:28 +02:00
parent e874388f8f
commit 5db96d8242

View file

@ -462,7 +462,7 @@ class ImageHelper {
post(d, a.source);
} catch (Throwable ex) {
// Show broken icon
Log.w(ex);
Log.i(ex);
int resid = (ex instanceof IOException && !(ex instanceof FileNotFoundException)
? R.drawable.twotone_cloud_off_24
: R.drawable.twotone_broken_image_24);