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