Sfoglia il codice sorgente

fix comment about ChatViewController's ChatInputTextViewPasteDelegate extension

cyberta 4 anni fa
parent
commit
0f3310c5e6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      deltachat-ios/Chat/ChatViewController.swift

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

@@ -1657,7 +1657,7 @@ extension ChatViewController: UITextViewDelegate {
     }
 }
 
-// MARK: - InputBarImagePasteDelegate
+// MARK: - ChatInputTextViewPasteDelegate
 extension ChatViewController: ChatInputTextViewPasteDelegate {
     func onImagePasted(image: UIImage) {
         sendSticker(image)