Skip to content

Commit

Permalink
block until all subscriptions are added
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarolf committed Jun 13, 2017
1 parent a004d10 commit dc4e581
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ await _tasksService.LoadedProjectAsync(() =>

foreach (var subscriber in Subscribers)
{
subscriber.Value.AddSubscriptionsAsync(newProjectContext);
Shell.ThreadHelper.JoinableTaskFactory.Run(() => subscriber.Value.AddSubscriptionsAsync(newProjectContext));
}
}

Expand Down

0 comments on commit dc4e581

Please sign in to comment.