Updated on 2026-08-14

This commit is contained in:
Tangem 2023-12-01 19:40:54 +04:00
parent 94703ae459
commit 34ffa9a1e7
20 changed files with 158 additions and 21 deletions

View file

@ -34,6 +34,8 @@ object PreferencesKeys {
val BALANCE_HIDING_SETTINGS_KEY by lazy { stringPreferencesKey(name = "balanceHidingSettings") }
val WALLETS_SCROLL_PREVIEW_KEY by lazy { booleanPreferencesKey(name = "walletsScrollPreview") }
val SENT_ONE_TIME_EVENTS_KEY by lazy { stringPreferencesKey(name = "sentOneTimeEvents") }
}
/** Preferences keys set that should be migrated from "PreferencesDataSource" to a new DataStore<Preferences> */