mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 17:13:23 +02:00
Refactoring
This commit is contained in:
@@ -2043,7 +2043,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
options.outHeight / factor > resize)
|
||||
factor *= 2;
|
||||
|
||||
Matrix rotation = ("image/jpeg".equals(attachment.type) ? Helper.getImageRotation(file) : null);
|
||||
Matrix rotation = ("image/jpeg".equals(attachment.type) ? ImageHelper.getImageRotation(file) : null);
|
||||
Log.i("Image type=" + attachment.type + " rotation=" + rotation);
|
||||
|
||||
if (factor > 1 || rotation != null) {
|
||||
|
||||
Reference in New Issue
Block a user