Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 6888436

Browse files
I'm not sure why this Observable.SelectMany doesn't work the way I expect
1 parent 1b75f40 commit 6888436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.App/ViewModels/Dialog/ForkRepositoryViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public ForkRepositoryViewModel(
4242

4343
private ReactiveCommand<object> Completed { get; }
4444

45-
public override IObservable<object> Done => Observable.SelectMany(executePage.Done, switchPage.Done);
45+
public override IObservable<object> Done => executePage.Done;
4646

4747
public async Task InitializeAsync(ILocalRepositoryModel repository, IConnection connection)
4848
{

0 commit comments

Comments
 (0)