Skip to content

Conversation

@shahad-97
Copy link
Collaborator

@shahad-97 shahad-97 commented Nov 3, 2025

Add :
Enter Name Screen

image

fun onUsernameChange(username: String)
fun onClickNext()
fun onClearErrorMessage()
fun onEffect()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does this mean?

Comment on lines +57 to +61
override fun onEffect() {
when (effect) {
EnterNameUIEffect.NavigateBack -> {}
EnterNameUIEffect.NavigateToNextStep -> {}
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This function is not a view model function we put it inside the screen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants