diff --git a/Wallet/OpenWalletViewModel.cs b/Wallet/OpenWalletViewModel.cs index 3867111..ac4c42c 100644 --- a/Wallet/OpenWalletViewModel.cs +++ b/Wallet/OpenWalletViewModel.cs @@ -40,6 +40,8 @@ public partial class OpenWalletViewModel : [RelayCommand] private async Task Invoke() { + Validation.Clear(); + using (await new ActivityLock(this)) { bool result = await Mediator.Handle>, bool>(Open.As(new Wallet(Password)));