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

Commit d9f4bd8f authored by Ruben Brunk's avatar Ruben Brunk
Browse files

Changed rotated display parameter increments to 90.

Bug: 7393432
Change-Id: Id94a28c88cc06a7d99aab0d01dae4fc59cefbab2
parent 10f975a6
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