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

Commit 88fc6dc

Browse files
committed
Make sure we reset state properly after cloning/creating
1 parent b2456d8 commit 88fc6dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitHub.VisualStudio/TeamExplorer/Connect/GitHubConnectSection.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ async void UpdateRepositoryList(object sender, NotifyCollectionChangedEventArgs
199199
else
200200
HandleClonedRepo(newrepo);
201201

202+
isCreating = isCloning = false;
202203
var repo = await ApiFactory.Create(newrepo.CloneUrl).GetRepository();
203204
newrepo.SetIcon(repo.Private, repo.Fork);
204205
}

0 commit comments

Comments
 (0)