Skip to content

Commit d0fbc51

Browse files
committed
Fix one more warnings
1 parent b350fdd commit d0fbc51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rx.NET/Source/src/System.Reactive/Platforms/UWP/Linq/AsyncInfoObservable.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public static IAsyncActionWithProgress<TProgress> ToAsyncActionWithProgress<TSou
8585

8686
return AsyncInfo.Run<TProgress>((ct, progress) =>
8787
{
88-
return Observable.Create<TSource>(observer =>
88+
return Observable.Create<TSource?>(observer =>
8989
{
9090
var obs = Observer.Synchronize(observer);
9191

0 commit comments

Comments
 (0)