Updated on 2026-08-14

This commit is contained in:
Tangem 2024-03-28 13:45:12 +05:00
commit 2c739e2a4f
23 changed files with 455 additions and 40 deletions

View file

@ -63,6 +63,8 @@ object PreferencesKeys {
val APP_LOGS_KEY by lazy { stringPreferencesKey(name = "app_logs") }
val SEND_TAP_HELP_PREVIEW_KEY by lazy { booleanPreferencesKey(name = "sendTapHelpPreview") }
fun getStart2CoinTOSAcceptedKey(region: String?) = booleanPreferencesKey(name = "start2Coin_tos_accepted_$region")
}