Skip to content
Snippets Groups Projects
Commit 4fa77f31 authored by Emil "AngryAnt" Johansen's avatar Emil "AngryAnt" Johansen
Browse files

Clean up after tree construction.

parent 5d81873d
No related branches found
No related tags found
No related merge requests found
......@@ -91,6 +91,7 @@ namespace GitHub.Unity
void OnRemoteBranchesUpdate(IEnumerable<GitBranch> list)
{
BuildTree(newLocalBranches, list);
newLocalBranches.Clear();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment