Skip to content

Commit

Permalink
fix/#358 오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaybei committed Sep 3, 2024
1 parent 62099b0 commit 364b34d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ final class SetReadyInfoViewController: BaseViewController {

@objc
private func textFieldDidChange(_ textField: UITextField) {
let text = textField.text ?? ""
viewModel.updateTime(textField: textField.accessibilityIdentifier ?? "", time: text)
viewModel.checkValid(
readyHourText: rootView.readyHourTextField.text ?? "",
readyMinuteText: rootView.readyMinuteTextField.text ?? "",
Expand Down

0 comments on commit 364b34d

Please sign in to comment.