feat: add sending by nfc

This commit is contained in:
2026-06-05 17:17:19 +02:00
parent 82c048f6c0
commit cfde0755cd
2 changed files with 51 additions and 12 deletions
@@ -296,6 +296,7 @@ fun WalletScreen(
composable(TabItem.Send.route) {
SendScreen(
vm = vm,
nfcVm = nfcVm,
onViewDetails = { checkingId ->
historyVm.refresh()
navController.navigate("payment_detail/$checkingId") {