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

Commit 3fb20078 authored by Ruben Brunk's avatar Ruben Brunk Committed by Android (Google) Code Review
Browse files

Merge "Fix so mirror gets applied." into gb-ub-photos-arches

parents d3aebee7 75bfc682
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;
    }