Parcourir la source

deleted comment

nayooti il y a 5 ans
Parent
commit
022bb75c33
1 fichiers modifiés avec 0 ajouts et 5 suppressions
  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)