소스 검색

show verified contacts in group chat details

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

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

@@ -185,6 +185,7 @@ extension GroupChatDetailViewController: UITableViewDelegate, UITableViewDataSou
                     contactCell.emailLabel.text = contact.email
                     contactCell.initialsLabel.text = Utils.getInitials(inputName: displayName)
                     contactCell.setColor(contact.color)
+                    contactCell.setVerified(isVerified: chat.isVerified)
                 }
                 return cell
             }