mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-27 11:16:51 +02:00
Small improvement
This commit is contained in:
@@ -370,7 +370,7 @@ public class FragmentDialogPrint extends FragmentDialogBase {
|
||||
d.draw(canvas);
|
||||
|
||||
Helper.ByteArrayInOutStream bos = new Helper.ByteArrayInOutStream();
|
||||
bm.compress(Bitmap.CompressFormat.PNG, 90, bos);
|
||||
bm.compress(Bitmap.CompressFormat.PNG, ImageHelper.DEFAULT_PNG_COMPRESSION, bos);
|
||||
uri = ImageHelper.getDataUri(bos.getInputStream(), "image/png");
|
||||
}
|
||||
} catch (Throwable ex) {
|
||||
|
||||
Reference in New Issue
Block a user