#18 Edit and delete profile implemented
This commit is contained in:
parent
f263b34c12
commit
5e2c8de521
9 changed files with 32 additions and 25 deletions
|
@ -118,6 +118,6 @@ fun NavGraphBuilder.studeezGraph(appState: StudeezAppstate) {
|
|||
|
||||
// Edit screens
|
||||
composable(StudeezDestinations.EDIT_PROFILE_SCREEN) {
|
||||
EditProfileScreen(goBack)
|
||||
EditProfileScreen(goBack, openAndPopUp)
|
||||
}
|
||||
}
|
Reference in a new issue