Updated on 2026-08-14

This commit is contained in:
Tangem 2023-04-24 14:39:54 +03:00
parent 6e40671419
commit 22e6daa5d6
2 changed files with 11 additions and 6 deletions

View file

@ -17,10 +17,6 @@ object TapWorkarounds {
val CardDTO.isTangemTwins: Boolean
get() = TwinsHelper.getTwinCardNumber(cardId) != null
// TODO: replace by reading files from a card
val CardDTO.isTangemNote: Boolean
get() = tangemNoteBatches.contains(batchId)
val CardDTO.isStart2Coin: Boolean
get() = isStart2CoinIssuer(issuer.name)