瀏覽代碼

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) {
-        avatar.setVerified(isVerified)
+        verifiedIndicator.isHidden = !isVerified
     }
 
     func setImage(_ img: UIImage) {