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

Control button state in login/register fragments #7

Open
2tanayk opened this issue Apr 20, 2021 · 2 comments
Open

Control button state in login/register fragments #7

2tanayk opened this issue Apr 20, 2021 · 2 comments
Labels
Advanced reminder bug Something isn't working good first issue Good for newcomers

Comments

@2tanayk
Copy link
Owner

2tanayk commented Apr 20, 2021

button in these fragments should be disabled while sign in/up is in progress to avoid creating multiple instances of the next Activity and to avoid strange results.

@2tanayk 2tanayk added bug Something isn't working Advanced reminder good first issue Good for newcomers labels Apr 20, 2021
@Fr1x3
Copy link
Contributor

Fr1x3 commented Apr 22, 2021

As it is I don't think this is an issue as you've already handled validation. Therefore, moving to next activity only happens when the authentication passes.

@2tanayk
Copy link
Owner Author

2tanayk commented Apr 23, 2021

no see in case of say a poor connection the authentication takes time and if one hits the button multiple times, the same action repeats leading to multiple instances of the next activity being created.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Advanced reminder bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants