mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 01:36:55 +00:00
Reduced logging
This commit is contained in:
parent
cef44f04bc
commit
9dbbcfa5e5
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue