Skip to content

Commit 39fc3a7

Browse files
Update app/src/main/java/com/cornellappdev/uplift/ui/viewmodels/onboarding/ProfileCreationViewModel.kt
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c761bdc commit 39fc3a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/cornellappdev/uplift/ui/viewmodels/onboarding/ProfileCreationViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class ProfileCreationViewModel @Inject constructor(
6161
}
6262

6363
fun onBackClick() {
64-
navigateToProfileCreation()
64+
rootNavigationRepository.navigateUp()
6565
}
6666

6767
fun updateGoals(newGoal: Int) {

0 commit comments

Comments
 (0)