Explorar o código

use explicitly stageImage() after an immage has been dragged and dropped into the text input field

cyberta %!s(int64=2) %!d(string=hai) anos
pai
achega
d3f702316b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      deltachat-ios/Chat/ChatViewController.swift

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

@@ -2410,7 +2410,7 @@ extension ChatViewController: ChatInputTextViewPasteDelegate {
         sendSticker(image)
     }
     func onImageDragAndDropped(image: UIImage) {
-        onImageSelected(image: image)
+        stageImage(image)
     }
 }