Updated on 2026-08-14

This commit is contained in:
Tangem 2023-12-01 16:35:36 +02:00
parent 199c2795ad
commit 92ee3c0273
10 changed files with 140 additions and 7 deletions

View file

@ -36,6 +36,8 @@ object PreferencesKeys {
val SWAP_TRANSACTIONS_KEY by lazy { stringPreferencesKey(name = "swapTransactions") }
val WALLETS_SCROLL_PREVIEW_KEY by lazy { booleanPreferencesKey(name = "walletsScrollPreview") }
val LAST_SWAPPED_CRYPTOCURRENCY_ID_KEY by lazy { stringPreferencesKey(name = "lastSwappedCryptoCurrency") }
}
/** Preferences keys set that should be migrated from "PreferencesDataSource" to a new DataStore<Preferences> */