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

Fix fingerprint login glitch #16

Closed
SankethBK opened this issue Sep 14, 2023 · 1 comment · Fixed by #35
Closed

Fix fingerprint login glitch #16

SankethBK opened this issue Sep 14, 2023 · 1 comment · Fixed by #35
Assignees
Labels
bug Something isn't working good first issue Good for newcomers hacktoberfest Applicable to hacktoberfest

Comments

@SankethBK
Copy link
Owner

SankethBK commented Sep 14, 2023

Fingerprint login works, but when app is opened fingerprint login prompt appears, disappears and then appears again. Ideally it should not disappear. Refer to this screen recording at 0:07

bug.webm

Fingerprint login is initiated in AuthPage widget located at lib/features/auth/presentation/pages/auth_page.dart.

This is the line of code starting the fingerprint login

widget.fingerPrintAuthRepository.startFingerPrintAuthIfNeeded();

Somehow entire AuthPage widget is getting re-rendered, logs might help to debug.

@SankethBK SankethBK added bug Something isn't working good first issue Good for newcomers labels Sep 16, 2023
@SankethBK SankethBK added the hacktoberfest Applicable to hacktoberfest label Sep 30, 2023
@droidbg
Copy link
Contributor

droidbg commented Sep 30, 2023

@SankethBK I like to pick this up, can you assign it to me?

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

Successfully merging a pull request may close this issue.

2 participants