Updated on 2026-08-14

This commit is contained in:
Tangem 2026-03-04 14:45:34 +03:00
parent 2718d3965a
commit 3a754e96a6
3 changed files with 9 additions and 0 deletions

View file

@ -8,4 +8,6 @@ package com.tangem.features.wallet.featuretoggles
interface WalletFeatureToggles {
val isWalletReorderFeatureEnabled: Boolean
val isMainScreenQrScanningEnabled: Boolean
}