mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 01:23:38 +02:00
Simplification
This commit is contained in:
@@ -311,7 +311,7 @@ class ImageHelper {
|
||||
svg.renderToCanvas(canvas);
|
||||
return bm;
|
||||
} catch (Throwable ex) {
|
||||
throw new IOException("SVG, ex");
|
||||
throw new IOException("SVG, ex", ex);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user