Skip to content

Commit 3275fe4

Browse files
committed
Remove unneeded update calls.
1 parent dabc080 commit 3275fe4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Example/NotesExample-iOS/NoteEditingViewController.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ extension NoteEditingViewController: UITextFieldDelegate {
141141
func textFieldDidEndEditing(_ textField: UITextField) {
142142
let title = textField.text ?? ""
143143
changeNoteTitle(to: title)
144-
refreshAuthors()
145144
}
146145

147146
func changeNoteTitle(to newTitle: String) {
@@ -209,7 +208,6 @@ extension NoteEditingViewController: UIPickerViewDelegate {
209208
try! noteBox.put(note)
210209

211210
refreshModificationDate()
212-
refreshAuthors()
213211
}
214212
}
215213

0 commit comments

Comments
 (0)