Handle keyboard return in rename alert
This commit is contained in:
parent
ce7e490c27
commit
860750332f
|
@ -967,6 +967,10 @@ extension ServiceViewController: UITextFieldDelegate {
|
|||
}
|
||||
return true
|
||||
}
|
||||
|
||||
func textFieldShouldReturn(_ textField: UITextField) -> Bool {
|
||||
return true
|
||||
}
|
||||
}
|
||||
|
||||
// MARK: -
|
||||
|
|
Loading…
Reference in New Issue