mirror of https://github.com/M66B/FairEmail.git
Save some space
This commit is contained in:
parent
e59394a156
commit
c164fafd1a
|
@ -304,7 +304,7 @@ public class HtmlHelper {
|
||||||
OutputStream os = null;
|
OutputStream os = null;
|
||||||
try {
|
try {
|
||||||
os = new BufferedOutputStream(new FileOutputStream(file));
|
os = new BufferedOutputStream(new FileOutputStream(file));
|
||||||
bm.compress(Bitmap.CompressFormat.PNG, 100, os);
|
bm.compress(Bitmap.CompressFormat.PNG, 90, os);
|
||||||
} finally {
|
} finally {
|
||||||
if (os != null)
|
if (os != null)
|
||||||
os.close();
|
os.close();
|
||||||
|
|
Loading…
Reference in New Issue