Updated on 2026-08-14

This commit is contained in:
Tangem 2024-11-07 12:53:30 +05:00
parent 75e794abdf
commit 342b6a2f50
20 changed files with 254 additions and 60 deletions

View file

@ -105,6 +105,8 @@ object PreferencesKeys {
val ONRAMP_DEFAULT_CURRENCY by lazy { stringPreferencesKey(name = "onrampDefaultCurrency") }
val ONRAMP_DEFAULT_COUNTRY by lazy { stringPreferencesKey(name = "onrampDefaultCountry") }
// region Permission
fun getShouldShowPermission(permission: String) = booleanPreferencesKey("shouldShowPushPermission_$permission")