Browse Source

fix comment about ChatViewController's ChatInputTextViewPasteDelegate extension

cyberta 4 years ago
parent
commit
0f3310c5e6
1 changed files with 1 additions and 1 deletions
  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 {
 extension ChatViewController: ChatInputTextViewPasteDelegate {
     func onImagePasted(image: UIImage) {
     func onImagePasted(image: UIImage) {
         sendSticker(image)
         sendSticker(image)