Skip to content

Commit

Permalink
Fix user can go back to lock page
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcoding810 committed Dec 4, 2024
1 parent f4649dd commit fda55ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ fun AppEntry() {
LockPage(onUnlocked = {
navController.navigate(Route.SITES)
{
popUpTo(navController.graph.startDestinationId) {
popUpTo(Route.LOCK) {
inclusive = true
}
}
Expand Down

0 comments on commit fda55ac

Please sign in to comment.