Updated on 2026-08-14
This commit is contained in:
parent
19e6c34aa7
commit
3f83609c2c
6 changed files with 21 additions and 11 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue