Skip to content

Commit

Permalink
Merge pull request #136 from INFRAcp/eunjin
Browse files Browse the repository at this point in the history
[feat] #135 Find PW View & NicknameCheck & API Connection
  • Loading branch information
sodock00 authored Apr 5, 2022
2 parents a9f4b17 + de0440c commit e671543
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class MyInfoModifyFragment : BaseFragment<FragmentMyInfoModifyBinding>(R.layout.
if (inputNicknameEditText.length() < 12) {
overlapCheckButton.isEnabled = true
} else {
Toast.makeText(requireActivity(), "12자 이하로 입력해주세요.", Toast.LENGTH_SHORT).show()
//Toast.makeText(requireActivity(), "12자 이하로 입력해주세요.", Toast.LENGTH_SHORT).show()
}
}

Expand Down

0 comments on commit e671543

Please sign in to comment.