Updated on 2026-08-14

This commit is contained in:
Tangem 2023-10-23 16:09:14 +04:00
parent 6bbe8b6606
commit 0928055213
5 changed files with 15 additions and 7 deletions

View file

@ -92,7 +92,9 @@ internal class WelcomeViewModel @Inject constructor(
isPermanent = error.isPermanent,
onDismiss = this::dismissWarning,
)
is UserWalletsListError.EncryptionKeyInvalidated -> WarningModel.KeyInvalidatedWarning(
is UserWalletsListError.AllKeysInvalidated,
is UserWalletsListError.NoUserWalletSelected,
-> WarningModel.KeyInvalidatedWarning(
onDismiss = this::dismissWarning,
)
is UserWalletsListError.BiometricsAuthenticationDisabled -> WarningModel.BiometricsDisabledWarning(