Quellcode durchsuchen

don't show verified badge for own profile

cyberta vor 6 Jahren
Ursprung
Commit
5e3fa10785
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      deltachat-ios/Controller/NewProfileViewController.swift

+ 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")
         }