Kaynağa Gözat

show verified contacts in group chat details

cyberta 5 yıl önce
ebeveyn
işleme
1a637d1de2

+ 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
             }