소스 검색

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)