nayooti před 5 roky
rodič
revize
022bb75c33
1 změnil soubory, kde provedl 0 přidání a 5 odebrání
  1. 0 5
      deltachat-ios/View/ContactCell.swift

+ 0 - 5
deltachat-ios/View/ContactCell.swift

@@ -194,11 +194,6 @@ class ContactCell: UITableViewCell {
         fatalError("init(coder:) has not been implemented")
     }
 
-
-    /*
-     this method can be deleted after searchBarContactList-branch was merged into master
-     */
-
     func updateCell(cellViewModel: AvatarCellViewModel) {
         // subtitle
         emailLabel.attributedText = cellViewModel.subtitle.boldAt(indexes: cellViewModel.subtitleHighlightIndexes, fontSize: emailLabel.font.pointSize)