marinofaggiana 4 년 전
부모
커밋
0fe6b09f59
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      iOSClient/Utility/UIImage+Extensions.swift

+ 1 - 0
iOSClient/Utility/UIImage+Extensions.swift

@@ -59,6 +59,7 @@ extension UIImage {
     }
     
     func fixedOrientation() -> UIImage? {
+        
         guard imageOrientation != UIImage.Orientation.up else {
             // This is default orientation, don't need to do anything
             return self.copy() as? UIImage