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

Commit 284f80c

Browse files
authored
Merge pull request #137 from github-for-unity/fixes/window-view-initialized-twice
Fix to prevent a view from being initialized twice
2 parents d577edc + 2055a57 commit 284f80c

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ public override void Initialize(IApplicationManager applicationManager)
7070
ChangesTab.InitializeView(this);
7171
BranchesTab.InitializeView(this);
7272
SettingsTab.InitializeView(this);
73-
ActiveTab.InitializeView(this);
7473
}
7574

7675
public override void OnEnable()

0 commit comments

Comments
 (0)