Skip to content

Commit dd8a31c

Browse files
committed
Add new to Value Property of the LazyAsync clas
1 parent b3df2fd commit dd8a31c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/ViewModel/ResultViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class LazyAsync<T> : Lazy<Task<T>>
2020

2121

2222
private readonly Action _updateCallback;
23-
public T Value
23+
public new T Value
2424
{
2525
get
2626
{

0 commit comments

Comments
 (0)