mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-25 19:45:25 +00:00
some things working
This commit is contained in:
@@ -495,6 +495,9 @@ class WalletViewModel(application: Application) : AndroidViewModel(application)
|
|||||||
// Save quote for tracking
|
// Save quote for tracking
|
||||||
repository.saveMeltQuote(quote)
|
repository.saveMeltQuote(quote)
|
||||||
loadPendingQuotes()
|
loadPendingQuotes()
|
||||||
|
|
||||||
|
// kick off the polling
|
||||||
|
startPolling()
|
||||||
}.onFailure { error ->
|
}.onFailure { error ->
|
||||||
_errorMessage.value = "Failed to process invoice: ${error.message}"
|
_errorMessage.value = "Failed to process invoice: ${error.message}"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user