Fix shielding state interpretation (#1333)
This commit is contained in:
parent
ed34fb1b3a
commit
bcdf328cb4
|
@ -48,9 +48,10 @@ class CreateTransactionsViewModel(application: Application) : AndroidViewModel(a
|
|||
// transaction failure screen presented
|
||||
SubmitResult.MultipleTrxFailure
|
||||
}
|
||||
} else {
|
||||
// All transaction submissions were successful
|
||||
SubmitResult.Success
|
||||
}
|
||||
// All transaction submissions were successful
|
||||
SubmitResult.Success
|
||||
}.onSuccess {
|
||||
Twig.debug { "Transactions submitted successfully" }
|
||||
}.onFailure {
|
||||
|
|
Loading…
Reference in New Issue