Loading src/com/android/gallery3d/filtershow/imageshow/ImageRotate.java +1 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,7 @@ public class ImageRotate extends ImageGeometry { @Override protected int getLocalValue() { return (int) getLocalRotation(); return constrainedRotation(snappedAngle(getLocalRotation())); } @Override Loading Loading
src/com/android/gallery3d/filtershow/imageshow/ImageRotate.java +1 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,7 @@ public class ImageRotate extends ImageGeometry { @Override protected int getLocalValue() { return (int) getLocalRotation(); return constrainedRotation(snappedAngle(getLocalRotation())); } @Override Loading