Skip to content

Commit

Permalink
Fixed navigation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
aritra-tech committed Mar 11, 2024
1 parent 3cefd60 commit 637572f
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ fun Navigation(
"profile_screen",
"update_master_key_screen",
"create_new_master_key_screen",
"confirm_master_key_screen"
"confirm_master_key_screen",
"password_generator_screen"
)

BackPressHandler()
Expand Down Expand Up @@ -171,7 +172,7 @@ fun ShowBottomNavigation(
),
BottomNavItem(
name = "Profile",
route = "profile_screen",
route = "account_screen",
icon = ImageVector.vectorResource(id = R.drawable.person_icon)
)
)
Expand Down

0 comments on commit 637572f

Please sign in to comment.