Merge branch 'fix/m1-build-issues' into fix/safari-sharing

# Conflicts:
#	Podfile.lock
This commit is contained in:
Morgan Pretty 2022-01-11 14:55:34 +11:00
commit 3c32ed7cc1
1 changed files with 1 additions and 1 deletions

View File

@ -770,7 +770,7 @@ class ImageEditorCropViewController: OWSViewController {
}
@objc public func rotate90ButtonPressed() {
rotateButtonPressed(angleRadians: CGFloat.pi * 0.5, rotateCanvas: true)
rotateButtonPressed(angleRadians: -CGFloat.pi * 0.5, rotateCanvas: true)
}
private func rotateButtonPressed(angleRadians: CGFloat, rotateCanvas: Bool) {