Преглед изворни кода

refactor on the fly: deleted unneeded email field

nayooti пре 5 година
родитељ
комит
1c97e40bf9
1 измењених фајлова са 0 додато и 6 уклоњено
  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 = {
     private lazy var avatarCell: AvatarSelectionCell = {
         let cell = AvatarSelectionCell(context: self.dcContext)
         let cell = AvatarSelectionCell(context: self.dcContext)
         cell.onAvatarTapped = avatarTapped
         cell.onAvatarTapped = avatarTapped