Updated on 2026-08-14

This commit is contained in:
Tangem 2026-06-01 18:58:08 +02:00
parent 4182005428
commit d6333458fa
15 changed files with 101 additions and 62 deletions

View file

@ -122,5 +122,9 @@
{
"name": "AND_15258_QUICK_TOP_UP_ENABLED",
"version": "undefined"
},
{
"name": "AND_15368_VISA_PAY_REDESIGN",
"version": "undefined"
}
]

View file

@ -464,6 +464,10 @@ val LocalRedesignEnabled = staticCompositionLocalOf<Boolean> {
false
}
val LocalVisaRedesignEnabled = staticCompositionLocalOf<Boolean> {
false
}
val LocalPowerSavingState = compositionLocalOf<PowerSavingState> {
error("No PowerSavingState provided")
}