add update profile function
This commit is contained in:
@@ -32,7 +32,7 @@ fun UpdateProfileScreen() {
|
||||
onBack = { navigator.goBack() },
|
||||
onConfirm = { name, bio, bytes, type ->
|
||||
scope.launch {
|
||||
//viewModel.updateProfile(name, bio, bytes, type)
|
||||
viewModel.updateProfile(name, bio, bytes, type)
|
||||
navigator.goBack()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user