1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-26 01:36:55 +00:00

Reduced logging

This commit is contained in:
M66B 2020-09-10 09:14:43 +02:00
parent cef44f04bc
commit 9dbbcfa5e5

View file

@ -660,7 +660,7 @@ class ImageHelper {
}
@RequiresApi(api = Build.VERSION_CODES.P)
static Drawable getScaledDrawable(Context context, File file, int scaleToPixels) throws IOException {
static Drawable getScaledDrawable(Context context, File file, int scaleToPixels) {
Drawable d;
try {
@ -679,7 +679,7 @@ class ImageHelper {
}
});
} catch (Throwable ex) {
Log.w(ex);
Log.i(ex);
/*
Samsung:
android.graphics.ImageDecoder$DecodeException: Failed to create image decoder with message 'unimplemented'Input contained an error.