cyberta 5 жил өмнө
parent
commit
fb086a5f38

+ 1 - 1
deltachat-ios/Controller/ChatViewController.swift

@@ -1053,7 +1053,7 @@ extension ChatViewController: MessagesDataSource {
         if url.pathExtension == "gif" {
             sendAnimatedImage(url: url)
         } else if let data = try? Data(contentsOf: url as URL),
-            let image = UIImage(data: data) {
+                  let image = UIImage(data: data) {
             sendImage(image)
         }
     }