Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit f2eeb5c

Browse files
authored
Merge pull request #745 from github-for-unity/fixes/project-window-interface-reload
Validating cached data on initialize in Project explorer
2 parents 779a336 + cad2727 commit f2eeb5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/UI/ProjectWindowInterface.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public static void Initialize(IRepository repo)
3434
{
3535
repository.StatusEntriesChanged += RepositoryOnStatusEntriesChanged;
3636
repository.LocksChanged += RepositoryOnLocksChanged;
37+
ValidateCachedData(repository);
3738
}
3839
}
3940

0 commit comments

Comments
 (0)