Updated on 2026-08-14
This commit is contained in:
parent
338e4fe3cf
commit
8d628ff307
1 changed files with 3 additions and 1 deletions
|
|
@ -84,7 +84,9 @@ private fun verifyAndSendTransaction(
|
|||
dispatch(SendAction.SendError(TapError.CreateAccountUnderfunded(listOf(reserve, symbol))))
|
||||
}
|
||||
is SendException -> {
|
||||
FirebaseCrashlytics.getInstance().recordException(result.error!!)
|
||||
result.error?.let {
|
||||
FirebaseCrashlytics.getInstance().recordException(it)
|
||||
}
|
||||
}
|
||||
is Throwable -> {
|
||||
val message = (result.error as Throwable).message
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue