mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-25 06:25:21 +00:00
some things working
This commit is contained in:
@@ -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}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user