Updated on 2026-08-14
This commit is contained in:
parent
e817699522
commit
35c3c6bfd9
1 changed files with 2 additions and 3 deletions
|
|
@ -154,9 +154,8 @@ class WarningsMiddleware {
|
|||
store.dispatch(WalletAction.Warnings.CheckHashesCount.SaveCardId)
|
||||
}
|
||||
is SimpleResult.Failure ->
|
||||
if (result.error is BlockchainSdkError.SignatureCountNotMatched) {
|
||||
addWarningMessage(alreadySignedHashesWarning, true)
|
||||
} else if (signedHashes > 0) {
|
||||
if (signedHashes > 0 || result.error is BlockchainSdkError.SignatureCountNotMatched) {
|
||||
alreadySignedHashesWarning.isHidden = false
|
||||
addWarningMessage(alreadySignedHashesWarning, true)
|
||||
}
|
||||
null -> Unit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue