#18 Edit and delete profile implemented

This commit is contained in:
Tibo De Peuter 2023-04-16 22:40:43 +02:00
parent f263b34c12
commit 5e2c8de521
9 changed files with 32 additions and 25 deletions

View file

@ -118,6 +118,6 @@ fun NavGraphBuilder.studeezGraph(appState: StudeezAppstate) {
// Edit screens
composable(StudeezDestinations.EDIT_PROFILE_SCREEN) {
EditProfileScreen(goBack)
EditProfileScreen(goBack, openAndPopUp)
}
}