Workaround for failing Samsung image decoder

pull/185/head
M66B 5 years ago
parent 43231cb373
commit e74bc8772a

@ -685,7 +685,7 @@ class ImageHelper {
}); });
} catch (Throwable ex) { } catch (Throwable ex) {
Log.i(ex); Log.i(ex);
if (ex instanceof IOException) if (!"android.graphics.ImageDecoder$DecodeException".equals(ex.getClass().getName()))
throw ex; throw ex;
/* /*
Samsung: Samsung:

Loading…
Cancel
Save