Skip to content

Commit

Permalink
#15 [fix] viewModel 함수 분리에 따른 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
stellar-halo committed Dec 7, 2023
1 parent 84b786f commit d15345d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class SignUpActivity : BindingActivity<ActivitySignUpBinding>(R.layout.activity_
}
viewModel.password.observe(this) { _ ->
viewModel.updateIsMeetCriteria()
viewModel.isPasswordRegexMatch()
viewModel.updatePasswordMeetCriteria()
}
}

Expand Down

0 comments on commit d15345d

Please sign in to comment.