Updated on 2026-08-14

This commit is contained in:
Tangem 2026-04-16 17:07:04 +04:00
parent 77a12bcb13
commit ae09293604
37 changed files with 36 additions and 257 deletions

View file

@ -20,30 +20,10 @@
"name": "SWAP_REDESIGN_ENABLED",
"version": "undefined"
},
{
"name": "HOT_WALLET_CREATION_RESTRICTION_ENABLED",
"version": "5.32.0"
},
{
"name": "APP_REDESIGN_ENABLED",
"version": "undefined"
},
{
"name": "SWAP_MARKET_LIST_ENABLED",
"version": "5.34"
},
{
"name": "EARN_BLOCK_ENABLED",
"version": "5.35"
},
{
"name": "HOLD_TO_CONFIRM_BUTTON_ENABLED",
"version": "5.35"
},
{
"name": "WALLET_REORDER_FEATURE_ENABLED",
"version": "5.34"
},
{
"name": "GASLESS_APPROVAL_ENABLED",
"version": "5.37"
@ -56,14 +36,6 @@
"name": "DYNAMIC_ADDRESSES_ENABLED",
"version": "undefined"
},
{
"name": "CUSTOMER_IO_ENABLED",
"version": "5.35"
},
{
"name": "MAIN_SCREEN_QR_SCANNING_ENABLED",
"version": "5.36"
},
{
"name": "NEW_PROMO_BANNERS_ENABLED",
"version": "5.37"

View file

@ -1,5 +0,0 @@
package com.tangem.core.ui
interface HoldToConfirmButtonFeatureToggles {
val isHoldToConfirmEnabled: Boolean
}