B. Petersen преди 6 години
родител
ревизия
59ab9eb16c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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")
     }
 
-    func didTapBottomLabel(in _: MessageCollectionViewCell) {
+    @objc(didTapCellBottomLabelIn:) func didTapCellBottomLabel(in _: MessageCollectionViewCell) {
         print("Bottom label tapped")
     }
 }