Procházet zdrojové kódy

don't show verified badge for own profile

cyberta před 6 roky
rodič
revize
5e3fa10785

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

@@ -286,7 +286,6 @@ class NewProfileViewController: UIViewController, QrCodeReaderDelegate {
             } else {
                 profileView.setBackupImage(name: name, color: contact.color)
             }
-            profileView.setVerified(isVerified: contact.isVerified)
         } else {
             profileView.nameLabel.text = String.localized("no_account_setup")
         }