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

Commit f60139ce authored by Ruben Brunk's avatar Ruben Brunk Committed by Android Git Automerger
Browse files

am 5a093c66: am 3fb20078: Merge "Fix so mirror gets applied." into gb-ub-photos-arches

* commit '5a093c66':
  Fix so mirror gets applied.
parents c0c5c138 5a093c66
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;
    }