Call action on return if password was added
This is an obvious change.
This commit is contained in:
parent
66fae15f64
commit
b178fe93af
|
@ -164,6 +164,7 @@ extension FeedWranglerAccountViewController: UITextFieldDelegate {
|
|||
passwordTextField.becomeFirstResponder()
|
||||
} else {
|
||||
textField.resignFirstResponder()
|
||||
action(self)
|
||||
}
|
||||
return true
|
||||
}
|
||||
|
|
|
@ -163,6 +163,7 @@ extension FeedbinAccountViewController: UITextFieldDelegate {
|
|||
passwordTextField.becomeFirstResponder()
|
||||
} else {
|
||||
textField.resignFirstResponder()
|
||||
action(self)
|
||||
}
|
||||
return true
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue