Jelajahi Sumber

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

cyberta 2 tahun lalu
induk
melakukan
d3f702316b
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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)
     }
 }