Переглянути джерело

set verified icon behind title in context of group creation and contact search

cyberta 2 роки тому
батько
коміт
60793bef78
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      deltachat-ios/View/ContactCell.swift

+ 1 - 1
deltachat-ios/View/ContactCell.swift

@@ -263,7 +263,7 @@ class ContactCell: UITableViewCell {
 
 
 
 
     func setVerified(isVerified: Bool) {
     func setVerified(isVerified: Bool) {
-        avatar.setVerified(isVerified)
+        verifiedIndicator.isHidden = !isVerified
     }
     }
 
 
     func setImage(_ img: UIImage) {
     func setImage(_ img: UIImage) {