Updated on 2026-08-14

This commit is contained in:
Tangem 2025-12-24 17:04:17 +03:00
parent a0432c18bd
commit 87fbd38dd7
4 changed files with 8 additions and 3 deletions

View file

@ -53,6 +53,7 @@ internal class DefaultWalletsRepository(
private val upgradeWalletNotificationDisabled: MutableStateFlow<Set<UserWalletId>> =
MutableStateFlow(mutableSetOf())
@Deprecated("Hot wallet feature makes app always save user wallets. Do not use this method")
override suspend fun shouldSaveUserWalletsSync(): Boolean {
return appPreferencesStore.getSyncOrDefault(key = PreferencesKeys.SAVE_USER_WALLETS_KEY, default = false)
}