Skip to content

Commit

Permalink
fix(applock): app navigates to biometrics screen after entering passc…
Browse files Browse the repository at this point in the history
…ode (#2434)
  • Loading branch information
ohassine authored Nov 16, 2023
1 parent 18795b3 commit 547ad8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ fun AppUnlockWithBiometricsScreen(
navigator.navigate(
NavigationCommand(
destination = EnterLockCodeScreenDestination,
backStackMode = BackStackMode.NONE
backStackMode = BackStackMode.REMOVE_CURRENT
)
)
}
Expand Down

0 comments on commit 547ad8e

Please sign in to comment.