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

Commit d67e4f4

Browse files
committed
UIController needs to be stopped when switching repos
1 parent a94e297 commit d67e4f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitHub.VisualStudio/UI/Views/GitHubPaneViewModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ protected override void RepoChanged(bool changed)
105105
if (!changed)
106106
return;
107107

108+
Stop();
108109
IsGitHubRepo = null;
109110
Reload().Forget();
110111
}

0 commit comments

Comments
 (0)