浏览代码

fix comment about ChatViewController's ChatInputTextViewPasteDelegate extension

cyberta 4 年之前
父节点
当前提交
0f3310c5e6
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)