Updated on 2026-08-14

This commit is contained in:
Tangem 2023-12-04 14:35:13 +03:00
commit 1d6b36877b
72 changed files with 1130 additions and 246 deletions

View file

@ -37,6 +37,8 @@ object PreferencesKeys {
val WALLETS_SCROLL_PREVIEW_KEY by lazy { booleanPreferencesKey(name = "walletsScrollPreview") }
val SENT_ONE_TIME_EVENTS_KEY by lazy { stringPreferencesKey(name = "sentOneTimeEvents") }
val LAST_SWAPPED_CRYPTOCURRENCY_ID_KEY by lazy { stringPreferencesKey(name = "lastSwappedCryptoCurrency") }
}