mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Workaround for failing Samsung image decoder
This commit is contained in:
@@ -685,7 +685,7 @@ class ImageHelper {
|
||||
});
|
||||
} catch (Throwable ex) {
|
||||
Log.i(ex);
|
||||
if (ex instanceof IOException)
|
||||
if (!"android.graphics.ImageDecoder$DecodeException".equals(ex.getClass().getName()))
|
||||
throw ex;
|
||||
/*
|
||||
Samsung:
|
||||
|
||||
Reference in New Issue
Block a user