Reduce image size

This commit is contained in:
M66B 2019-01-11 16:49:37 +00:00
parent eb1ac883c4
commit b42f9719a4
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ public class FragmentCompose extends FragmentEx {
private OpenPgpServiceConnection pgpService;
private static final int REDUCED_IMAGE_SIZE = 1920;
private static final int REDUCED_IMAGE_SIZE = 1280;
private static final int REDUCED_IMAGE_QUALITY = 90;
@Override