cyberta 4 anni fa
parent
commit
36765acacf
1 ha cambiato i file con 0 aggiunte e 4 eliminazioni
  1. 0 4
      deltachat-ios/Controller/AccountSetupController.swift

+ 0 - 4
deltachat-ios/Controller/AccountSetupController.swift

@@ -858,10 +858,6 @@ extension AccountSetupController: UITextFieldDelegate {
     func textFieldShouldReturn(_ textField: UITextField) -> Bool {
         let currentTag = textField.tag
         if let nextField = tableView.viewWithTag(currentTag + 100) as? UITextField {
-            if nextField.tag > tagTextFieldPassword, !advancedSectionShowing {
-                // gets here when trying to activate a collapsed cell
-                return false
-            }
             nextField.becomeFirstResponder()
             return true
         } else {