Skip to content

Commit

Permalink
#590 Fix up Samples
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigel Sampson committed Mar 24, 2019
1 parent e6b7b1d commit 00b2d4a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@ private void UnsafeBackgroundWork()
UpdateView();
}

private void UpdateView()
private Task UpdateView()
{
var view = (ExecuteView) GetView();

view.UpdateView();

return Task.CompletedTask;
}
}
}

0 comments on commit 00b2d4a

Please sign in to comment.