Selaa lähdekoodia

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

cyberta 2 vuotta sitten
vanhempi
commit
60793bef78
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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) {
-        avatar.setVerified(isVerified)
+        verifiedIndicator.isHidden = !isVerified
     }
 
     func setImage(_ img: UIImage) {