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 RC - cherrypick (#2436)
  • Loading branch information
ohassine committed Nov 17, 2023
1 parent e2fa0a7 commit 340255a
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 340255a

Please sign in to comment.