We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
다음과 같은 UiState 캐스팅 코드를 개선합니다. 다른 화면도 리팩 필요!
viewModelScope.launch { if (uiState.value is SelectSchoolUiState.Success) { val success = uiState.value as SelectSchoolUiState.Success success.selectedSchoolId?.let { schoolId -> _event.emit( SelectSchoolEvent.ShowStudentVerification(schoolId) ) } } }
30분
The text was updated successfully, but these errors were encountered:
[AN/USER] refactor: 학교 선택 화면 success 캐스팅 코드 리팩(#473) #475
bc6ad2c
fd2e4b5
691a187
84a07bf
EmilyCh0
Successfully merging a pull request may close this issue.
✨ 세부 내용
다음과 같은 UiState 캐스팅 코드를 개선합니다. 다른 화면도 리팩 필요!
⏰ 예상 소요 시간
30분
The text was updated successfully, but these errors were encountered: