Small fix

This commit is contained in:
M66B 2019-04-17 16:04:38 +02:00
parent a1109a44e0
commit aba949912c
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ public class FragmentCompose extends FragmentBase {
private boolean encrypt = false;
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
@Override