Explorar o código

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

cyberta %!s(int64=2) %!d(string=hai) anos
pai
achega
60793bef78
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {