Updated on 2026-08-14

This commit is contained in:
Tangem 2025-03-03 10:43:56 +05:00
parent 1266ffce6a
commit 0a767ba435
11 changed files with 127 additions and 23 deletions

View file

@ -121,7 +121,7 @@ object PreferencesKeys {
val SEED_FIRST_NOTIFICATION_SHOW_TIME by lazy { longPreferencesKey("seedFirstNotificationTime") }
val WALLETS_WITH_NFT_ENABLED_KEY by lazy { stringSetPreferencesKey(name = "walletsWithNftEnabled") }
val WALLETS_NFT_ENABLED_STATES_KEY by lazy { stringPreferencesKey(name = "walletsNftEnabledStates") }
fun getShouldShowStoriesKey(storyId: String) = booleanPreferencesKey("shouldShowStories_$storyId")