Fix keyboard not dismissed in Network settings
This commit is contained in:
parent
471a090308
commit
48d3c360ae
|
@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
### Fixed
|
||||
|
||||
- Redundant keychain items.
|
||||
- Keyboard not dismissed in "Network settings".
|
||||
|
||||
## 1.14.0 (2021-01-07)
|
||||
|
||||
|
|
|
@ -806,6 +806,7 @@ extension NetworkSettingsViewController: FieldTableViewCellDelegate {
|
|||
commitTextField(cell.field)
|
||||
}
|
||||
|
||||
func fieldCellDidEnter(_: FieldTableViewCell) {
|
||||
func fieldCellDidEnter(_ cell: FieldTableViewCell) {
|
||||
cell.field.resignFirstResponder()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue