mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 03:19:24 +01:00
Save some space
This commit is contained in:
@@ -304,7 +304,7 @@ public class HtmlHelper {
|
||||
OutputStream os = null;
|
||||
try {
|
||||
os = new BufferedOutputStream(new FileOutputStream(file));
|
||||
bm.compress(Bitmap.CompressFormat.PNG, 100, os);
|
||||
bm.compress(Bitmap.CompressFormat.PNG, 90, os);
|
||||
} finally {
|
||||
if (os != null)
|
||||
os.close();
|
||||
|
||||
Reference in New Issue
Block a user