瀏覽代碼

update verified indicator for contactCell

nayooti 5 年之前
父節點
當前提交
12748bf438
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      deltachat-ios/View/ContactCell.swift

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

@@ -285,6 +285,7 @@ class ContactCell: UITableViewCell {
                 avatar.setName(cellViewModel.title)
                 avatar.setColor(contact.color)
             }
+            setVerified(isVerified: contact.isVerified)
             setStatusIndicators(unreadCount: 0, status: 0, visibility: 0, isLocationStreaming: false)
         }
     }