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

Commit a0fe81ad authored by Nicolas Roard's avatar Nicolas Roard Committed by Android (Google) Code Review
Browse files

Merge "Changed rotated display parameter increments to 90." into gb-ub-photos-arches

parents 26cfff70 d9f4bd8f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ public class ImageRotate extends ImageGeometry {

    @Override
    protected int getLocalValue() {
        return (int) getLocalRotation();
        return constrainedRotation(snappedAngle(getLocalRotation()));
    }

    @Override