Эх сурвалжийг харах

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

cyberta 2 жил өмнө
parent
commit
60793bef78

+ 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) {