Просмотр исходного кода

don't show verified badge for own profile

cyberta 6 лет назад
Родитель
Сommit
5e3fa10785
1 измененных файлов с 0 добавлено и 1 удалено
  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")
         }