Bladeren bron

refactor on the fly: deleted unneeded email field

nayooti 5 jaren geleden
bovenliggende
commit
1c97e40bf9
1 gewijzigde bestanden met toevoegingen van 0 en 6 verwijderingen
  1. 0 6
      deltachat-ios/Controller/ProfileInfoViewController.swift

+ 0 - 6
deltachat-ios/Controller/ProfileInfoViewController.swift

@@ -21,12 +21,6 @@ class ProfileInfoViewController: UITableViewController {
         )
     }()
 
-    private lazy var emailCell: TextFieldCell = {
-        let cell = TextFieldCell(description: "Meine Email Adresse", placeholder: "Meine Email")
-        cell.setText(text: dcContext.addr)
-        return cell
-    }()
-
     private lazy var avatarCell: AvatarSelectionCell = {
         let cell = AvatarSelectionCell(context: self.dcContext)
         cell.onAvatarTapped = avatarTapped