You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 29, 2025. It is now read-only.
When the user enters incorrect passcode they are still logged into the app.
These lines in the PasscodeNavGraph are creating the issue.
onPasscodeRejected = {
navController.popBackStack()
navController.navigateToMainGraph()
},
Although removeing navController.navigateToMainGraph()
does fix the issue it creates a new one.
User is not able to enter passcode again after failing for the first time and the visibility button also stop working.