Skip to content

Commit

Permalink
fix : [선물하기] 연락처 입력 후에는 한 번 쉬세요
Browse files Browse the repository at this point in the history
  • Loading branch information
HamBP committed Jun 25, 2024
1 parent df41d8d commit 8d55baa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ private fun ContactInfo(
phoneNumber,
placeholder = stringResource(R.string.ticketing_contact_placeholder),
isPhoneNumber = true,
imeAction = ImeAction.Next,
imeAction = ImeAction.Done,
) {
onPhoneNumberChanged(it)
}
Expand Down

0 comments on commit 8d55baa

Please sign in to comment.