Skip to content
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

Multiple account UI #52

Open
wants to merge 3 commits into
base: client-dev
Choose a base branch
from
Open

Conversation

anuragshukla06
Copy link
Contributor

@anuragshukla06 anuragshukla06 commented May 10, 2021

Dont worry about the conflict in RegistrationViewModel, we will replace it with whatever we have in client-dev

Copy link
Collaborator

@aditya-navana aditya-navana left a comment

Choose a reason for hiding this comment

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

I was thinking that we could use compose for this screen as an entry point.

Comment on lines +14 to +25
val errorMessageId =
when (exception) {
is UnknownHostException -> R.string.s_no_internet_or_server_down
is SocketTimeoutException -> R.string.s_no_internet_or_server_down
// Socket Timeout may also happen due to bad internet connection, maybe indicate in the
// string?
is AccessCodeAlreadyUsedException -> R.string.s_phone_number_already_used
is IncorrectAccessCodeException -> R.string.s_invalid_creation_code
is IncorrectOtpException -> R.string.s_invalid_otp
is UnknownException -> R.string.s_unknown_error
else -> R.string.s_unknown_error
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can you remove this from both of your PRs?

@anuragshukla06 anuragshukla06 self-assigned this Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants