We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dabc080 commit 3275fe4Copy full SHA for 3275fe4
Example/NotesExample-iOS/NoteEditingViewController.swift
@@ -141,7 +141,6 @@ extension NoteEditingViewController: UITextFieldDelegate {
141
func textFieldDidEndEditing(_ textField: UITextField) {
142
let title = textField.text ?? ""
143
changeNoteTitle(to: title)
144
- refreshAuthors()
145
}
146
147
func changeNoteTitle(to newTitle: String) {
@@ -209,7 +208,6 @@ extension NoteEditingViewController: UIPickerViewDelegate {
209
208
try! noteBox.put(note)
210
211
refreshModificationDate()
212
213
214
215
0 commit comments