diff --git a/Signal/src/ViewControllers/PhotoLibrary/ImagePickerController.swift b/Signal/src/ViewControllers/PhotoLibrary/ImagePickerController.swift index 67d2722a0..60c5b38dc 100644 --- a/Signal/src/ViewControllers/PhotoLibrary/ImagePickerController.swift +++ b/Signal/src/ViewControllers/PhotoLibrary/ImagePickerController.swift @@ -413,7 +413,7 @@ class ImagePickerGridController: UICollectionViewController, PhotoLibraryDelegat self.updateSelectButton() - // *slightly* more than `pi` to ensure the chevron animates anti-clockwise + // *slightly* more than `pi` to ensure the chevron animates counter-clockwise let chevronRotationAngle = CGFloat.pi.nextUp self.titleIconView.transform = CGAffineTransform(rotationAngle: chevronRotationAngle) }.retainUntilComplete()