Updated on 2026-08-14
This commit is contained in:
parent
5306bdbf95
commit
cb2e921f68
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ class DetailsViewModel(private val store: Store<AppState>) {
|
|||
SettingsElement.WalletConnect -> {
|
||||
if (state.scanResponse?.card?.isMultiwalletAllowed == true) it else null
|
||||
}
|
||||
SettingsElement.Chat -> if (state.scanResponse?.card?.isSaltPay != true) it else null
|
||||
SettingsElement.LinkMoreCards -> {
|
||||
// if (state.createBackupAllowed) it else null
|
||||
// TODO: SaltPay: temporary excluding backup process for Visa cards
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue