Updated on 2026-08-14

This commit is contained in:
Tangem 2024-10-07 14:13:53 +04:00
parent 5516e706aa
commit 73aaae287d
15 changed files with 252 additions and 163 deletions

View file

@ -99,7 +99,7 @@ object PreferencesKeys {
val apiConfigsEnvironmentKey by lazy { stringPreferencesKey(name = "apiConfigsEnvironment") }
val IS_RING_ADDED_KEY by lazy { booleanPreferencesKey(name = "isRingAdded") }
val ADDED_WALLETS_WITH_RING_KEY by lazy { stringSetPreferencesKey(name = "addedWalletsWithRing") }
// region Permission
fun getShouldShowPermission(permission: String) = booleanPreferencesKey("shouldShowPushPermission_$permission")