Skip to content

Commit

Permalink
[STYLE] #94 : 개행 소거
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino committed Jan 31, 2024
1 parent 63acc60 commit 818a618
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,7 @@ class SurveyAnswerViewModel @Inject constructor(

fun setNextQuestionAndAnswer() {
_questionNumber.value += 1

if (_questionNumber.value < _surveyAnswerList.value.size) {
if (_questionNumber.value < _surveyAnswerList.value.size) { // 다음 질문이 아미 작성된 질문인 경우
setSurveyAnswer()
}
}
Expand Down

0 comments on commit 818a618

Please sign in to comment.