Skip to content

Commit

Permalink
📝 :: Mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
audgns10 committed Aug 19, 2024
1 parent 3253963 commit 59b668b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions feature/sign-up/src/main/java/com/msg/sign_up/SignUpScreen.kt
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ internal fun SignUpScreen(

SignUpState.Position -> {
if (isSelectedPosition) {
isSetShowPhoneNumberTextField(false)
isSetShowSectorsTextField(false)
onPositionChange("")
}
isSetShowPositionTextField(true)
Expand Down Expand Up @@ -888,7 +888,7 @@ internal fun SignUpScreen(
if (isSignUpState != SignUpState.Enrollment) isSetSignUpState(
SignUpState.Enrollment
)
isSetShowPhoneNumberTextField(false)
isSetShowGradeAndNumberTextField(false)
isSetClicked(true)
}
)
Expand Down

0 comments on commit 59b668b

Please sign in to comment.