enhancement: show contact on successful send

This commit is contained in:
2026-06-13 20:01:34 +02:00
parent 2e11cecbeb
commit ebeac511b7
8 changed files with 311 additions and 197 deletions
@@ -105,7 +105,8 @@ class WalletViewModel(
amountMsat: Long,
comment : String?,
strings : SendStrings,
) = sendVm.fetchLnurlInvoice(rawRes, lnurl, domain, amountMsat, comment, strings)
contactId : String?
) = sendVm.fetchLnurlInvoice(rawRes, lnurl, domain, amountMsat, comment, strings, contactId)
fun payLnurlInvoice(state: SendState.LnurlInvoiceReady, strings: SendStrings) =
sendVm.payLnurlInvoice(state, strings)