浏览代码

show verified icon in chat view title (#306)

cyberta 5 年之前
父节点
当前提交
0131e66923
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      deltachat-ios/Controller/ChatViewController.swift

+ 1 - 0
deltachat-ios/Controller/ChatViewController.swift

@@ -91,6 +91,7 @@ class ChatViewController: MessagesViewController {
             } else {
                 badge =  InitialsBadge(name: chat.name, color: chat.color, size: 28)
             }
+            badge.setVerified(chat.isVerified)
             navigationItem.rightBarButtonItem = UIBarButtonItem(customView: badge)
         }