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

Commit cad2727

Browse files
Validating cached data on initialize in Project explorer
1 parent 779a336 commit cad2727

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)