Updated on 2026-08-14
This commit is contained in:
parent
5480cabcb9
commit
e591255af6
2 changed files with 3 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ dependencies {
|
|||
implementation 'com.google.android.material:material:1.2.1'
|
||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.0.10'
|
||||
|
||||
implementation 'com.tangem:blockchain:1.81.0'
|
||||
implementation 'com.tangem:blockchain:1.82.0'
|
||||
implementation 'com.tangem:core:1.67.0'
|
||||
implementation 'com.tangem:sdk:1.67.0'
|
||||
|
||||
|
|
|
|||
|
|
@ -233,6 +233,8 @@ private fun checkHashesCountOnline() {
|
|||
is SimpleResult.Failure ->
|
||||
if (result.error is BlockchainSdkError.SignatureCountNotMatched) {
|
||||
store.dispatch(WalletAction.ShowWarning(WarningType.CardSignedHashesBefore))
|
||||
} else if (card.walletSignedHashes ?: 0 > 0) {
|
||||
store.dispatch(WalletAction.ShowWarning(WarningType.CardSignedHashesBefore))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue