Updated on 2026-08-14

This commit is contained in:
Tangem 2020-04-23 15:05:02 +03:00
parent 19e6c34aa7
commit 3f83609c2c
6 changed files with 21 additions and 11 deletions

View file

@ -45,7 +45,7 @@ class ActionViewModel(private val itemsManager: ItemsManager) : ViewModel(), Lif
fun setCardManager(tangemSdk: TangemSdk) {
this.tangemSdk = tangemSdk
this.tangemSdk.config.allowedCards = EnumSet.of(CardType.Sdk)
this.tangemSdk.config.cardFilter.allowedCardTypes = EnumSet.of(CardType.Sdk)
}
@Deprecated("Events must be send directly from the Widget")