Updated on 2026-08-14
This commit is contained in:
parent
6bbe8b6606
commit
0928055213
5 changed files with 15 additions and 7 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue