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

Commit 175aab9

Browse files
Adding missing detach
1 parent 2f68345 commit 175aab9

File tree

1 file changed

+1
-0
lines changed
  • src/UnityExtension/Assets/Editor/GitHub.Unity/UI

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@ private void DetachHandlers(IRepository repository)
429429
if (repository == null)
430430
return;
431431
repository.CurrentBranchAndRemoteChanged -= RepositoryOnCurrentBranchAndRemoteChanged;
432+
repository.TrackingStatusChanged -= RepositoryOnTrackingStatusChanged;
432433
}
433434

434435
private void DoHeaderGUI()

0 commit comments

Comments
 (0)