Skip to content

Commit 734a0cb

Browse files
committed
Update comment
1 parent 1c6d207 commit 734a0cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Flow.Launcher/ViewModel/ResultViewModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ private async void LoadImage()
7575
return;
7676
}
7777

78+
// We need to modify the property not field here to trigger the OnPropertyChanged event
7879
Image = await Task.Run(() => ImageLoader.Load(imagePath)).ConfigureAwait(false);
7980
}
8081

0 commit comments

Comments
 (0)