mirror of https://github.com/M66B/FairEmail.git
Small fix
This commit is contained in:
parent
a1109a44e0
commit
aba949912c
|
@ -182,7 +182,7 @@ public class FragmentCompose extends FragmentBase {
|
||||||
private boolean encrypt = false;
|
private boolean encrypt = false;
|
||||||
private OpenPgpServiceConnection pgpService;
|
private OpenPgpServiceConnection pgpService;
|
||||||
|
|
||||||
static final int REDUCED_IMAGE_SIZE = 1280; // pixels
|
static final int REDUCED_IMAGE_SIZE = 1440; // pixels
|
||||||
static final int REDUCED_IMAGE_QUALITY = 90; // percent
|
static final int REDUCED_IMAGE_QUALITY = 90; // percent
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue