enhancement: navigate to contact details from successful send

This commit is contained in:
2026-06-13 20:16:40 +02:00
parent ebeac511b7
commit 0e7469053d
3 changed files with 28 additions and 22 deletions
@@ -382,6 +382,11 @@ fun WalletScreen(
launchSingleTop = true
}
},
onViewContact = { contactId ->
navController.navigate("contacts/$contactId") {
launchSingleTop = true
}
},
sendStrings
)
}