Sfoglia il codice sorgente

show verified icon in chat view title (#306)

cyberta 5 anni fa
parent
commit
0131e66923
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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)
         }