Browse Source

fix naming error

B. Petersen 6 years ago
parent
commit
59ab9eb16c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deltachat-ios/Controller/ChatViewController.swift

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

@@ -830,7 +830,7 @@ extension ChatViewController: MessageCellDelegate {
         logger.info("Top label tapped")
         logger.info("Top label tapped")
     }
     }
 
 
-    func didTapBottomLabel(in _: MessageCollectionViewCell) {
+    @objc(didTapCellBottomLabelIn:) func didTapCellBottomLabel(in _: MessageCollectionViewCell) {
         print("Bottom label tapped")
         print("Bottom label tapped")
     }
     }
 }
 }