Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 75bfc682 authored by Ruben Brunk's avatar Ruben Brunk
Browse files

Fix so mirror gets applied.

Bug: 7402773
Change-Id: I531b795c2f43379e9eaf1ad3b9292e62c867ec3c
parent 5d3e6653
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -62,6 +62,9 @@ public class GeometryMetadata {
        if (!mCropBounds.equals(mPhotoBounds)) {
            return true;
        }
        if (!mFlip.equals(FLIP.NONE)){
            return true;
        }
        return false;
    }