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

Commit 09102c3

Browse files
Refreshing the asset database on status entry changed events
1 parent b2b22da commit 09102c3

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
@@ -67,6 +67,7 @@ private static void RepositoryOnStatusEntriesChanged(CacheUpdateEvent cacheUpdat
6767
if (!lastRepositoryStatusChangedEvent.Equals(cacheUpdateEvent))
6868
{
6969
lastRepositoryStatusChangedEvent = cacheUpdateEvent;
70+
AssetDatabase.Refresh();
7071
entries.Clear();
7172
entries.AddRange(Repository.CurrentChanges);
7273
OnStatusUpdate();

0 commit comments

Comments
 (0)