Updated on 2026-08-14
This commit is contained in:
parent
441648dc3e
commit
e83e288559
1 changed files with 1 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ private fun ScanResponse.hasDerivation(curve: EllipticCurve, derivationPath: Der
|
|||
* @return null if wallet is not multi-currency or total cards count
|
||||
*/
|
||||
fun ScanResponse.getCardsCount(): Int? {
|
||||
if (cardTypesResolver.isTangemTwins()) return 2
|
||||
if (!cardTypesResolver.isMultiwalletAllowed()) return null
|
||||
|
||||
return when (val status = card.backupStatus) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue