nayooti 4 years ago
parent
commit
40ed0dde17
1 changed files with 0 additions and 3 deletions
  1. 0 3
      deltachat-ios/Controller/ContextMenuController.swift

+ 0 - 3
deltachat-ios/Controller/ContextMenuController.swift

@@ -56,7 +56,6 @@ class ContextMenuController: UIViewController {
             setPreferredContentSize(for: image)
         }
         view.image = gifImage
-
         return view
     }
 
@@ -103,6 +102,4 @@ class ContextMenuController: UIViewController {
         let height = image.size.height * (width / image.size.width)
         self.preferredContentSize = CGSize(width: width, height: height)
     }
-
-
 }