Skip to content

Commit

Permalink
add todos for back navigation bug issue
Browse files Browse the repository at this point in the history
  • Loading branch information
trbutler4 committed Oct 21, 2024
1 parent b563955 commit 51ee19f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ fun CreateAccountScreen(
.padding(top = 32.dp, start = 16.dp, end = 16.dp),

) {
// TODO(#100): add back navigation
Icon(
imageVector = Icons.Filled.ArrowBack,
contentDescription = "Backward Arrow",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ fun FinalizeAccountCreationScreen(onContinue: () -> Unit) {
.padding(top = 32.dp, start = 16.dp, end = 16.dp),

) {
// TODO(#100): add back navigation
Icon(
imageVector = Icons.Filled.ArrowBack,
contentDescription = "Backward Arrow",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ fun ImportAccountScreen( onFinishAccountImport: () -> Unit) {
.padding(top = 32.dp, start = 16.dp, end = 16.dp),

) {
// TODO(#100): add back navigation
Icon(
imageVector = Icons.Filled.ArrowBack,
contentDescription = "Backward Arrow",
Expand Down

0 comments on commit 51ee19f

Please sign in to comment.