소스 검색

add verified badge to contact list items in new chat view

cyberta 5 년 전
부모
커밋
ad4d719f62
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      deltachat-ios/Controller/NewChatViewController.swift

+ 1 - 0
deltachat-ios/Controller/NewChatViewController.swift

@@ -300,6 +300,7 @@ class NewChatViewController: UITableViewController {
 
         cell.initialsLabel.text = Utils.getInitials(inputName: displayName)
         cell.setColor(contact.color)
+        cell.setVerified(isVerified: contact.isVerified)
 
         if let emailHighlightedIndexes = contactWithHighlight.indexesToHighlight.filter({ $0.contactDetail == .EMAIL }).first {
             // gets here when contact is a result of current search -> highlights relevant indexes