Browse Source

don't show verified badge for own profile

cyberta 6 năm trước cách đây
mục cha
commit
5e3fa10785
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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")
         }