Updated on 2026-08-14

This commit is contained in:
Tangem 2025-01-10 13:08:41 +05:00
parent fabac3cf5b
commit 563d95d75e
5 changed files with 42 additions and 4 deletions

View file

@ -113,6 +113,8 @@ object PreferencesKeys {
val WAS_LOG_FILE_CLEARED by lazy { booleanPreferencesKey(name = "wasLogFileCleared") }
val SHOULD_SHOW_SWAP_STORIES_KEY by lazy { booleanPreferencesKey("shouldShowSwapStories") }
// region Permission
fun getShouldShowPermission(permission: String) = booleanPreferencesKey("shouldShowPushPermission_$permission")