We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c6d207 commit 734a0cbCopy full SHA for 734a0cb
Flow.Launcher/ViewModel/ResultViewModel.cs
@@ -75,6 +75,7 @@ private async void LoadImage()
75
return;
76
}
77
78
+ // We need to modify the property not field here to trigger the OnPropertyChanged event
79
Image = await Task.Run(() => ImageLoader.Load(imagePath)).ConfigureAwait(false);
80
81
0 commit comments