소스 검색

deleted comment

nayooti 5 년 전
부모
커밋
022bb75c33
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  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)