Browse Source

refactor on the fly: deleted unneeded email field

nayooti 5 năm trước cách đây
mục cha
commit
1c97e40bf9
1 tập tin đã thay đổi với 0 bổ sung6 xóa
  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