some things working

This commit is contained in:
callebtc
2025-07-15 01:03:29 +02:00
parent 2bdb8623c7
commit 8d3b8e0765
@@ -495,6 +495,9 @@ class WalletViewModel(application: Application) : AndroidViewModel(application)
// Save quote for tracking
repository.saveMeltQuote(quote)
loadPendingQuotes()
// kick off the polling
startPolling()
}.onFailure { error ->
_errorMessage.value = "Failed to process invoice: ${error.message}"
}