Skip to content

Commit

Permalink
Fix one more warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bartdesmet committed Nov 9, 2020
1 parent b350fdd commit d0fbc51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public static IAsyncActionWithProgress<int> ToAsyncActionWithProgress<TSource>(t

return AsyncInfo.Run<TProgress>((ct, progress) =>
{
return Observable.Create<TSource>(observer =>
return Observable.Create<TSource?>(observer =>
{
var obs = Observer.Synchronize(observer);
Expand Down

0 comments on commit d0fbc51

Please sign in to comment.