Add wallet profile image loading

This commit is contained in:
TheXamlGuy
2024-06-29 21:52:31 +01:00
parent 92a7fc7c42
commit 97c9405283
12 changed files with 85 additions and 36 deletions
+2 -2
View File
@@ -62,8 +62,8 @@ public partial class CreateWalletViewModel :
}
[RelayCommand]
public async Task Import() => ImageDescriptor = await Mediator.Handle<ReadEventArgs<ProfileImage>,
IImageDescriptor>(Read.As<ProfileImage>());
public async Task Import() => ImageDescriptor = await Mediator.Handle<CreateEventArgs<ProfileImage>,
IImageDescriptor>(Create.As<ProfileImage>());
protected override void OnPropertyChanged(PropertyChangedEventArgs args)
{