-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[mod] 온보딩 / 1차 릴리즈 QA 피드백 반영 #155
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생했습니다 😄
@@ -50,21 +50,25 @@ | |||
app:layout_constraintStart_toStartOf="@id/tv_nickname_title" | |||
app:layout_constraintTop_toBottomOf="@id/tv_nickname_title" /> | |||
|
|||
<LinearLayout | |||
android:id="@+id/ll_nickname_container" | |||
<androidx.constraintlayout.widget.ConstraintLayout |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
// 중복체크를 하지 않은 상태에서 완료 버튼을 클릭하면 에러 표시 | ||
if (!viewModel.isDuplicateChecked.value) { | ||
viewModel.updateInputUiState( | ||
InputUiState.Failure(ErrorCode.CODE_UNCHECKED_DUPLICATION) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
여기도 InputUiState로 관리하니까 훨씬 좋네요 !
📝 Work Description
📣 To Reviewers