Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

User is logged in even after entering wrong passcode(Mifos Wallet). #69

@TheKalpeshPawar

Description

@TheKalpeshPawar

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions