feat: add details button to receive

This commit is contained in:
2026-06-01 18:23:53 +02:00
parent 385536db25
commit 395f540516
4 changed files with 23 additions and 7 deletions
@@ -342,7 +342,8 @@ class WalletViewModel(
Log.d(TAG, "BALANCE [WS RECEIVE] Marking invoice ${rs.paymentHash.take(8)}… as received")
_receiveState.value = ReceiveState.PaymentReceived(
amountSats = event.amountSats,
memo = event.memo
memo = event.memo,
checkingId = rs.paymentHash
)
}
}