We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
F5
1 parent b345bb4 commit 9802ac9Copy full SHA for 9802ac9
src/ViewModels/Repository.cs
@@ -744,6 +744,7 @@ public void RefreshAll()
744
var localIssueTrackers = await new Commands.IssueTracker(_fullpath, $"{_gitDir}/sourcegit.issuetracker").ReadAllAsync(false).ConfigureAwait(false);
745
Dispatcher.UIThread.Post(() =>
746
{
747
+ IssueTrackers.Clear();
748
IssueTrackers.AddRange(sharedIssueTrackers);
749
IssueTrackers.AddRange(localIssueTrackers);
750
});
0 commit comments