Updated on 2026-08-14
This commit is contained in:
parent
351671604a
commit
51ed623916
11 changed files with 48 additions and 56 deletions
|
|
@ -33,7 +33,7 @@ class PreferencesStorage(applicationContext: Application) {
|
|||
get() = preferences.getLong(CHAT_FIRST_LAUNCH_KEY, 0).takeIf { it != 0L }
|
||||
set(value) = preferences.edit { putLong(CHAT_FIRST_LAUNCH_KEY, value ?: 0) }
|
||||
|
||||
var shouldShowSaveWallet: Boolean
|
||||
var shouldShowSaveUserWalletScreen: Boolean
|
||||
get() = preferences.getBoolean(SAVE_WALLET_DIALOG_SHOWN_KEY, true)
|
||||
set(value) = preferences.edit {
|
||||
putBoolean(SAVE_WALLET_DIALOG_SHOWN_KEY, value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue