add update profile function

This commit is contained in:
2026-06-06 10:40:23 +07:00
parent 6763a12520
commit 6c923a1b68
3 changed files with 88 additions and 26 deletions

View File

@@ -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()
}
}