Преглед изворни кода

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
             }