Skip to content

Commit

Permalink
- Input component bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samanshah committed May 18, 2024
1 parent 94b70ba commit e3bb429
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ abstract class EnterOtpCodeFragment : WhyGoogleFragment<FragmentEnterOtpCodeBind

private fun initViews() {
accessViews {
otpCodeInput
otpCodeInput.initOtpCodeInputComponent(
activity = requireActivity(),
doAfterFilled = { hasFilled ->
Expand Down

0 comments on commit e3bb429

Please sign in to comment.