Skip to content

Commit

Permalink
Merge pull request #249 from SwEnt-Group8/hotfix/tutorial-navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
SaturneV authored Dec 19, 2024
2 parents 1ab0a5d + 0e23dc0 commit c52b5fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ fun SignInScreen(
preferencesViewModel.setName(it.username)
preferencesViewModel.setScore(it.score)
Toast.makeText(context, "Login successful!", Toast.LENGTH_LONG).show()
navigationActions.navigateTo(Screen.MAP)
navigationActions.navigateTo(Screen.TUTO_EVENT)
}
}

Expand Down

0 comments on commit c52b5fd

Please sign in to comment.